Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index ee70b04cac9f2962ad1e53857050e90763c5b144..e72ed298d5eab60d7bde25baaa2a14cffbff9d4c 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -189,7 +189,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
const ViewHostMsg_SelectionBounds_Params& params) override; |
void CopyFromCompositingSurface(const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
- CopyFromCompositingSurfaceCallback& callback, |
+ ReadbackRequestCallback& callback, |
const SkColorType color_type) override; |
void CopyFromCompositingSurfaceToVideoFrame( |
const gfx::Rect& src_subrect, |
@@ -328,7 +328,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
void UpdateMouseLockRegion(); |
#endif |
- void DisambiguationPopupRendered(bool success, const SkBitmap& result); |
+ void DisambiguationPopupRendered(const SkBitmap& result, |
+ ReadbackResponse response); |
void HideDisambiguationPopup(); |