| 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 e73813dd011b1fef2a45d2d124def7bac0fb0b6b..b86422e04aa9c4b97cd6ca29bccdea53096b80d5 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.h
|
| +++ b/ui/ozone/public/surface_factory_ozone.h
|
| @@ -11,6 +11,7 @@
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/gpu_memory_buffer.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/overlay_transform.h"
|
| #include "ui/ozone/ozone_base_export.h"
|
| @@ -133,7 +134,8 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
| BufferFormat format,
|
| - BufferUsage usage);
|
| + BufferUsage usage,
|
| + gfx::GpuMemoryBufferHandle* handle);
|
|
|
| // Sets the overlay plane to switch to at the next page flip.
|
| // |w| specifies the screen to display this overlay plane on.
|
|
|