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..21e062b9c658ed58ad3e366b958ce1238c369afb 100644 |
--- a/ui/gl/gl_image_egl.cc |
+++ b/ui/gl/gl_image_egl.cc |
@@ -48,4 +48,11 @@ bool GLImageEGL::BindTexImage(unsigned target) { |
return true; |
} |
+bool GLImageEGL::ScheduleOverlayPlane(int z_order, |
+ OverlayTransform transform, |
+ const Rect& bounds_rect, |
+ const RectF& crop_rect) { |
+ return false; |
+} |
+ |
} // namespace gfx |