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