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 1811b1091946e67d21fd8eaac6b97549d87899c8..0e7b016eb28a6e473f6489ce8f3a8035cccf5f71 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -170,9 +170,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual void RemoveMouseEventCallback( |
const MouseEventCallback& callback) OVERRIDE; |
virtual void GetWebScreenInfo(blink::WebScreenInfo* result) OVERRIDE; |
- virtual void GetSnapshotFromRenderer( |
- const gfx::Rect& src_subrect, |
- const base::Callback<void(bool, const SkBitmap&)>& callback) OVERRIDE; |
virtual SkBitmap::Config PreferredReadbackFormat() OVERRIDE; |
@@ -881,9 +878,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
std::list<HWND> dummy_windows_for_activation_; |
#endif |
- // List of callbacks for pending snapshot requests to the renderer. |
- std::queue<base::Callback<void(bool, const SkBitmap&)> > pending_snapshots_; |
- |
int64 last_input_number_; |
DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostImpl); |