Chromium Code Reviews| 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 8f22afe16ce915ab44c0ece75486393678359e99..8cb8d1a10ff9f751e5d704c7bf580cee8d8a86c5 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 |