Index: ui/gfx/ozone/surface_factory_ozone.cc |
diff --git a/ui/gfx/ozone/surface_factory_ozone.cc b/ui/gfx/ozone/surface_factory_ozone.cc |
index 6e21568ff7baaf581481a317a4e498303a424051..f9893c170123912a16dae34bdd183d1fd5a0255c 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.cc |
+++ b/ui/gfx/ozone/surface_factory_ozone.cc |
@@ -52,4 +52,19 @@ void SurfaceFactoryOzone::SetCursorImage(const SkBitmap& image) { |
void SurfaceFactoryOzone::MoveCursorTo(const gfx::Point& location) { |
} |
+gfx::OverlayHALOzone* SurfaceFactoryOzone::GetOverlayHAL() { return NULL; } |
+ |
+void SurfaceFactoryOzone::SetOverlayPlane(int plane_id, |
+ OverlayTransform plane_transform, |
+ gfx::AcceleratedWidget handle, |
+ const gfx::Rect& bounds) { |
+ NOTREACHED(); |
+} |
+ |
+gfx::AcceleratedWidget SurfaceFactoryOzone::CreateNativeBuffer( |
+ gfx::Size size, |
+ BufferFormat format) { |
+ return kNullAcceleratedWidget; |
+} |
+ |
} // namespace gfx |