| Index: ui/ozone/public/surface_factory_ozone.cc
|
| diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
|
| index c8a28da16b4405e27a4e89ce8aae94e282e7480e..b19f06b3750d4f5806e0410a400def5233fcaa08 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -60,4 +60,8 @@ SurfaceFactoryOzone::CreateNativePixmapFromHandle(
|
| return nullptr;
|
| }
|
|
|
| +bool SurfaceFactoryOzone::SupportsGLX() {
|
| + return false;
|
| +}
|
| +
|
| } // namespace ui
|
|
|