Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index ef80f9e9a9a69ba3dc15a50d2d36601630e02991..29a96ae7f6a2a006ef7bd9efa7d30745ed8428a9 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -626,7 +626,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
const gfx::Range& range); |
void OnSelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params); |
- void OnSnapshot(bool success, const SkBitmap& bitmap); |
// Called (either immediately or asynchronously) after we're done with our |
// BackingStore and can send an ACK to the renderer so it can paint onto it |