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 fb27bd5b02e497aefb663be1e714cd0f1e45d837..f628d9d59809bfca2abdfa244f958fe0433c9267 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -506,6 +506,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
scoped_ptr<cc::CopyOutputResult> result); |
static void PrepareBitmapCopyOutputResult( |
const gfx::Size& dst_size_in_pixel, |
+ const SkBitmap::Config config, |
const base::Callback<void(bool, const SkBitmap&)>& callback, |
scoped_ptr<cc::CopyOutputResult> result); |
static void CopyFromCompositingSurfaceHasResultForVideo( |