summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/surface_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/surface_factory_qt.h')
-rw-r--r--src/core/ozone/surface_factory_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ozone/surface_factory_qt.h b/src/core/ozone/surface_factory_qt.h
index 0ac2eca68..dee41d948 100644
--- a/src/core/ozone/surface_factory_qt.h
+++ b/src/core/ozone/surface_factory_qt.h
@@ -53,7 +53,8 @@ public:
std::vector<gl::GLImplementation> GetAllowedGLImplementations() override;
ui::GLOzone* GetGLOzone(gl::GLImplementation implementation) override;
private:
- std::vector<gl::GLImplementation> m_impls;
+ gl::GLImplementation m_impl;
+ std::unique_ptr<ui::GLOzone> m_ozone;
};
} // namespace QtWebEngineCore