| 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 8e3f4e8d91ab47ef8bfe57a55b31da061227b0ea..0590fb7b1d19fd8c59ee11054943cab1fc618379 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -138,6 +138,11 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| const gfx::Size& accelerated_dst_size,
|
| const base::Callback<void(bool, const SkBitmap&)>& callback,
|
| const SkBitmap::Config& bitmap_config) OVERRIDE;
|
| + virtual bool CanCopyFromBackingStore() OVERRIDE;
|
| +#if defined(OS_ANDROID)
|
| + virtual void LockBackingStore() OVERRIDE;
|
| + virtual void UnlockBackingStore() OVERRIDE;
|
| +#endif
|
| #if defined(TOOLKIT_GTK)
|
| virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect,
|
| GdkWindow* target) OVERRIDE;
|
|
|