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 344704858ecf4d8a95ddba790a41a25e050721b4..1d0eca4869b0417c95d99ad67580074a7271703a 100644 |
--- a/ui/ozone/platform/x11/x11_surface_factory.h |
+++ b/ui/ozone/platform/x11/x11_surface_factory.h |
@@ -24,6 +24,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); |