summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/gl_ozone_glx_qt.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-04-14 16:03:59 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-07-06 11:40:12 +0200
commit96abe0c83c7399cf771eb5155998c706a2243f0e (patch)
treeb936e8a40dc7e3faa1e1e43e34bff2401fbf4f83 /src/core/ozone/gl_ozone_glx_qt.h
parentd488349ee0ecac8a2e5a87a18d249c7b5de39152 (diff)
Adaptations for Chromium 112
Pick-to: 6.6 Change-Id: I1bb84b20a080d7f615bf0795ac2d97739e99ac1d Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/ozone/gl_ozone_glx_qt.h')
-rw-r--r--src/core/ozone/gl_ozone_glx_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ozone/gl_ozone_glx_qt.h b/src/core/ozone/gl_ozone_glx_qt.h
index 177d37ba1..4df26ba71 100644
--- a/src/core/ozone/gl_ozone_glx_qt.h
+++ b/src/core/ozone/gl_ozone_glx_qt.h
@@ -15,7 +15,7 @@ public:
GLOzoneGLXQt() {}
~GLOzoneGLXQt() override {}
- gl::GLDisplay *InitializeGLOneOffPlatform(uint64_t system_device_id) override;
+ gl::GLDisplay *InitializeGLOneOffPlatform(bool, std::vector<gl::DisplayType>, gl::GpuPreference) override;
bool InitializeStaticGLBindings(const gl::GLImplementationParts &implementation) override;
bool InitializeExtensionSettingsOneOffPlatform(gl::GLDisplay *display) override;
void ShutdownGL(gl::GLDisplay *display) override;