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 da2cc35e8b36755073c4f714c0a48dd853374bd6..073ffc570a96106e78517d34014e6779a6ad47a8 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -229,6 +229,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, |