Index: content/browser/renderer_host/compositor_impl_android.h |
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
index 91de0aee2a9b259b5d3acbad4988c8b3a202b93c..0f1e88ff9f2bad83de6f576acc5ecf2eaa0bd90c 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -63,8 +63,6 @@ class CONTENT_EXPORT CompositorImpl |
virtual void setDeviceScaleFactor(float factor) OVERRIDE; |
virtual void SetWindowBounds(const gfx::Size& size) OVERRIDE; |
virtual void SetHasTransparentBackground(bool flag) OVERRIDE; |
- virtual bool CompositeAndReadback( |
- void *pixels, const gfx::Rect& rect) OVERRIDE; |
virtual void SetNeedsComposite() OVERRIDE; |
virtual cc::UIResourceId GenerateUIResource(const SkBitmap& bitmap, |
bool is_transient) OVERRIDE; |