| 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 0fbf9e8998c15b173d0c5ea3df66689c7a175967..3bff434200d7ea9e6c07c406de8a7442478c4f0f 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.h
|
| +++ b/ui/ozone/public/surface_factory_ozone.h
|
| @@ -159,10 +159,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
|
| };
|
|
|