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 70a81ad7d57587ff4b105949b485678e6c5b18ba..df766043e01bd9a5a256ab466dbfcc85632ed7ae 100644 |
| --- a/ui/ozone/public/surface_factory_ozone.cc |
| +++ b/ui/ozone/public/surface_factory_ozone.cc |
| @@ -59,8 +59,4 @@ bool SurfaceFactoryOzone::CanShowPrimaryPlaneAsOverlay() { |
| return false; |
| } |
| -bool SurfaceFactoryOzone::CanCreateNativePixmap(BufferUsage usage) { |
| - return false; |
| -} |
| - |
| } // namespace ui |