Index: ui/gl/gl_surface.cc |
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
index 6d10b72d63d2f883211fc48d2ca2eda9dfcfb1e8..416a6f63c098a56efe252ecea2a98d4b9dd2e447 100644 |
--- a/ui/gl/gl_surface.cc |
+++ b/ui/gl/gl_surface.cc |
@@ -151,6 +151,11 @@ bool GLSurface::ScheduleCALayer(GLImage* contents_image, |
return false; |
} |
+void GLSurface::ScheduleCALayerInUseQuery( |
+ std::vector<CALayerInUseQuery> queries) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
bool GLSurface::IsSurfaceless() const { |
return false; |
} |