Index: ui/gl/gl_image_egl.cc |
diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc |
index c130832375e4eb2d016e0cf97719ba709e776a8e..fbc32d0bda4d0182425e2395d589f84073c37ced 100644 |
--- a/ui/gl/gl_image_egl.cc |
+++ b/ui/gl/gl_image_egl.cc |
@@ -82,4 +82,10 @@ bool GLImageEGL::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
return false; |
} |
+// TODO(liberato): move this to implementations. |
+bool GLImage::GetCustomMatrix(int, float xform[16]) { |
+ // Do not modify the transform here. |
+ return false; |
+} |
+ |
} // namespace gl |