Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 49abcb2ce93af4880932990c093b24aec42ed6a5..29e0abbf0e4b3ed2ad57e7dabaa2fad2d91eddda 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -184,6 +184,8 @@ class AndroidOutputSurface : public cc::OutputSurface { |
context_provider()->ContextGL()->BindFramebuffer(GL_FRAMEBUFFER, 0); |
} |
+ void SetDrawRectangle(const gfx::Rect& rect) override {} |
+ |
void Reshape(const gfx::Size& size, |
float device_scale_factor, |
const gfx::ColorSpace& color_space, |