Index: ui/ozone/platform/cast/surface_factory_cast.h |
diff --git a/ui/ozone/platform/cast/surface_factory_cast.h b/ui/ozone/platform/cast/surface_factory_cast.h |
index c2c120711cfa9d1f6d6f3b84cdbbd49bc96df930..791673372bbfa55e3ef17cfacfd30e2100c17357 100644 |
--- a/ui/ozone/platform/cast/surface_factory_cast.h |
+++ b/ui/ozone/platform/cast/surface_factory_cast.h |
@@ -28,10 +28,11 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone { |
scoped_ptr<SurfaceOzoneEGL> CreateEGLSurfaceForWidget( |
gfx::AcceleratedWidget widget) override; |
const int32* GetEGLSurfaceProperties(const int32* desired_list) override; |
- scoped_refptr<NativePixmap> CreateNativePixmap(gfx::AcceleratedWidget w, |
- gfx::Size size, |
- BufferFormat format, |
- BufferUsage usage) override; |
+ scoped_refptr<NativePixmap> CreateNativePixmap( |
+ gfx::AcceleratedWidget w, |
+ gfx::Size size, |
+ NativePixmapFormat format, |
+ NativePixmapUsage usage) override; |
bool LoadEGLGLES2Bindings( |
AddGLLibraryCallback add_gl_library, |
SetGLGetProcAddressProcCallback set_gl_get_proc_address) override; |