| 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 2689ba1302104f11fbd070dd32056f452fc2b125..395cd85260eed5a79853222323a180ebebbe840c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -139,6 +139,9 @@ 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 bool CanCopyFromBackingStore() OVERRIDE;
|
| + virtual void LockForCopyFromBackingStore() OVERRIDE;
|
| + virtual void UnlockForCopyFromBackingStore() OVERRIDE;
|
| #if defined(TOOLKIT_GTK)
|
| virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect,
|
| GdkWindow* target) OVERRIDE;
|
|
|