| 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 9c280463f58a46ecfd92a06ef60589bc5e88e7d5..ba6cc51da7a788e9d38bd7b269deb9745e01b177 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.h
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.h
|
| @@ -25,6 +25,7 @@ class X11SurfaceFactory : public SurfaceFactoryOzone {
|
| AddGLLibraryCallback add_gl_library,
|
| SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;
|
| intptr_t GetNativeDisplay() override;
|
| + bool SupportsGLX() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(X11SurfaceFactory);
|
|
|