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..6c5db15bd043cc0a75ebbdb6f90b194d0b65294b 100644 |
--- a/ui/ozone/platform/cast/surface_factory_cast.h |
+++ b/ui/ozone/platform/cast/surface_factory_cast.h |
@@ -30,8 +30,8 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone { |
const int32* GetEGLSurfaceProperties(const int32* desired_list) override; |
scoped_refptr<NativePixmap> CreateNativePixmap(gfx::AcceleratedWidget w, |
gfx::Size size, |
- BufferFormat format, |
- BufferUsage usage) override; |
+ PixmapFormat format, |
+ PixmapUsage usage) override; |
bool LoadEGLGLES2Bindings( |
AddGLLibraryCallback add_gl_library, |
SetGLGetProcAddressProcCallback set_gl_get_proc_address) override; |