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 7792b8b4058b4af831a3918b53a9fddff5d6748d..402fc75ca4d590a2fb2f08edf8c7b17dcf2494d5 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -140,6 +140,11 @@ 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; |
+#if defined(OS_ANDROID) |
+ virtual void LockForCopyFromBackingStore() OVERRIDE; |
+ virtual void UnlockForCopyFromBackingStore() OVERRIDE; |
+#endif |
#if defined(TOOLKIT_GTK) |
virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect, |
GdkWindow* target) OVERRIDE; |