Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
index bf2f87710f54171d0450e6b527ccfffbbeb99351..6f133816a2fc602862ef0f036d58cfd56d1156ed 100644 |
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
@@ -108,6 +108,11 @@ void OffscreenBrowserCompositorOutputSurface::DiscardBackbuffer() { |
} |
} |
+void OffscreenBrowserCompositorOutputSurface::SetDrawRectangle( |
+ const gfx::Rect& draw_rectangle) { |
+ NOTREACHED(); |
+} |
+ |
void OffscreenBrowserCompositorOutputSurface::Reshape( |
const gfx::Size& size, |
float scale_factor, |