| 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 b9cfc2fe235d570bf390a6859380eedb05da7634..8f7b7c402e9fccb2199800f8d36df9a0de021bc8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -139,6 +139,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| const gfx::Rect& src_rect,
|
| const gfx::Size& accelerated_dst_size,
|
| const base::Callback<void(bool, const SkBitmap&)>& callback) OVERRIDE;
|
| + virtual void LockForCopyFromBackingStore() OVERRIDE;
|
| + virtual void UnlockForCopyFromBackingStore() OVERRIDE;
|
| #if defined(TOOLKIT_GTK)
|
| virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect,
|
| GdkWindow* target) OVERRIDE;
|
|
|