Index: ui/ozone/platform/x11/x11_surface_factory.cc |
diff --git a/ui/ozone/platform/x11/x11_surface_factory.cc b/ui/ozone/platform/x11/x11_surface_factory.cc |
index 4e96c9b48d331fc1a3abdffd98f18484f82af735..3c46a4661e94041763a56c125693823838208c91 100644 |
--- a/ui/ozone/platform/x11/x11_surface_factory.cc |
+++ b/ui/ozone/platform/x11/x11_surface_factory.cc |
@@ -130,4 +130,8 @@ intptr_t X11SurfaceFactory::GetNativeDisplay() { |
return reinterpret_cast<intptr_t>(gfx::GetXDisplay()); |
} |
+bool X11SurfaceFactory::SupportsGLX() { |
+ return true; |
+} |
+ |
} // namespace ui |