| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 22ad2774807fd563871c50c06c7e23d7ec4dc5d1..9daf34a74fe41c88601488a97a3be3b2be6ad52f 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -262,15 +262,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
|
|
| void UpdateBackgroundColor(SkColor color);
|
|
|
| - // Called after async screenshot task completes. Scales and crops the result
|
| - // of the copy.
|
| - static void PrepareTextureCopyOutputResult(
|
| - const gfx::Size& dst_size_in_pixel,
|
| - SkColorType color_type,
|
| - const base::TimeTicks& start_time,
|
| - const ReadbackRequestCallback& callback,
|
| - std::unique_ptr<cc::CopyOutputResult> result);
|
| -
|
| // DevTools ScreenCast support for Android WebView.
|
| void SynchronousCopyContents(const gfx::Rect& src_subrect_in_pixel,
|
| const gfx::Size& dst_size_in_pixel,
|
|
|