Index: content/browser/renderer_host/render_widget_host_view_android.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h |
index 9c68da97a8d2bcf4ea7482de1ddd30b6d27c30ba..06572f8c0c840d173736a4310154e1157df70895 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -105,11 +105,6 @@ class RenderWidgetHostViewAndroid |
bool can_compose_inline) OVERRIDE; |
virtual void ImeCancelComposition() OVERRIDE; |
virtual void FocusedNodeChanged(bool is_editable_node) OVERRIDE; |
- virtual void DidUpdateBackingStore( |
- const gfx::Rect& scroll_rect, |
- const gfx::Vector2d& scroll_delta, |
- const std::vector<gfx::Rect>& copy_rects, |
- const std::vector<ui::LatencyInfo>& latency_info) OVERRIDE; |
virtual void RenderProcessGone(base::TerminationStatus status, |
int error_code) OVERRIDE; |
virtual void Destroy() OVERRIDE; |