| Index: ui/ozone/platform/x11/x11_surface_factory.h
|
| diff --git a/ui/ozone/platform/x11/x11_surface_factory.h b/ui/ozone/platform/x11/x11_surface_factory.h
|
| index 894a07fbc775099699e82c869b437fb1f3ada2f5..77bee714bb0e9b009b1afd215ff41b1ffa6ad8ba 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.h
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.h
|
| @@ -26,6 +26,7 @@ class X11SurfaceFactory : public SurfaceFactoryOzone {
|
| GLOzone* GetGLOzone(gl::GLImplementation implementation) override;
|
|
|
| private:
|
| + std::unique_ptr<GLOzone> glx_implementation_;
|
| std::unique_ptr<GLOzone> egl_implementation_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(X11SurfaceFactory);
|
|
|