Index: content/browser/renderer_host/render_widget_host_view_aura.cc |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc |
index e046ae00077026efbc2ed42e0b7f45976d6a5a71..491e4a5d9eb8bea385f3f95a2da1486f994e90b4 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc |
@@ -454,6 +454,14 @@ void RenderWidgetHostViewAura::SetBackground(const SkBitmap& background) { |
window_->layer()->SetFillsBoundsOpaquely(background.isOpaque()); |
} |
+bool RenderWidgetHostViewAura::CopyFromCompositingSurface( |
+ const gfx::Size& size, |
+ skia::PlatformCanvas* output) { |
+ // TODO(mazda): Implement this. |
+ NOTIMPLEMENTED(); |
+ return false; |
+} |
+ |
void RenderWidgetHostViewAura::GetScreenInfo(WebKit::WebScreenInfo* results) { |
GetDefaultScreenInfo(results); |
} |