| 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 7dcc6dbccb10c1cb84ec24d9e94173b0ed449234..967f1554eb4c706d6fd092a980c5c0d82a48b470 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.cc
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.cc
|
| @@ -131,4 +131,8 @@ intptr_t X11SurfaceFactory::GetNativeDisplay() {
|
| return reinterpret_cast<intptr_t>(gfx::GetXDisplay());
|
| }
|
|
|
| +bool X11SurfaceFactory::SupportsGLX() {
|
| + return true;
|
| +}
|
| +
|
| } // namespace ui
|
|
|