| Index: content/browser/renderer_host/render_widget_host_view_android.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| index 960dfdad268e764a5ecbded3d296691b6cc300e1..941a791bc21c6d54e8274c36752c3bc74c90035c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| @@ -240,9 +240,10 @@ void RenderWidgetHostViewAndroid::SetBackground(const SkBitmap& background) {
|
| }
|
|
|
| void RenderWidgetHostViewAndroid::CopyFromCompositingSurface(
|
| - const gfx::Size& size,
|
| - const base::Callback<void(bool)>& callback,
|
| - skia::PlatformCanvas* output) {
|
| + const gfx::Rect& src_subrect,
|
| + const gfx::Size& dst_size,
|
| + const base::Callback<void(bool)>& callback,
|
| + skia::PlatformCanvas* output) {
|
| NOTIMPLEMENTED();
|
| callback.Run(false);
|
| }
|
|
|