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 dc3a07e2b6abdc0ea47dd6ccf4cc4505071f7252..46a69755c3d2d0ae82bdd552a7be4a5e133c8b1f 100644 |
--- a/ui/ozone/public/surface_factory_ozone.h |
+++ b/ui/ozone/public/surface_factory_ozone.h |
@@ -111,6 +111,7 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone { |
// Create a single native buffer from an existing handle. Takes ownership of |
// |handle| and can be called on any thread. |
virtual scoped_refptr<NativePixmap> CreateNativePixmapFromHandle( |
+ gfx::AcceleratedWidget widget, |
gfx::Size size, |
gfx::BufferFormat format, |
const gfx::NativePixmapHandle& handle); |