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..4fbf9317a2ee63a272707e10bb17e042b64cf9a4 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; |