Index: ui/gl/gl_image_egl.cc |
diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc |
index e52297ae72278a525b077cd3d72b9271739208c8..cc94899cde41efa877b65071d7f7619ddd640270 100644 |
--- a/ui/gl/gl_image_egl.cc |
+++ b/ui/gl/gl_image_egl.cc |
@@ -48,4 +48,12 @@ bool GLImageEGL::BindTexImage(unsigned target) { |
return true; |
} |
+bool GLImageEGL::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
+ int z_order, |
+ OverlayTransform transform, |
+ const Rect& bounds_rect, |
+ const RectF& crop_rect) { |
+ return false; |
+} |
+ |
} // namespace gfx |