| Index: ui/ozone/public/surface_factory_ozone.h
|
| diff --git a/ui/ozone/public/surface_factory_ozone.h b/ui/ozone/public/surface_factory_ozone.h
|
| index 3a509960976ba9f1881d07da205a382e3b708a8e..9a89afcf0c6f2b313dd042979a4bc67abbd4b400 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.h
|
| +++ b/ui/ozone/public/surface_factory_ozone.h
|
| @@ -155,10 +155,6 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
|
| // overlay-only mode.
|
| virtual bool CanShowPrimaryPlaneAsOverlay();
|
|
|
| - // Returns true if the platform is able to create buffers for a specific usage
|
| - // such as MAP for zero copy or SCANOUT for display controller.
|
| - virtual bool CanCreateNativePixmap(BufferUsage usage);
|
| -
|
| private:
|
| static SurfaceFactoryOzone* impl_; // not owned
|
| };
|
|
|