| 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 9709180ae7e5b4951ab33b49d53b9195db4e76c0..8bd493fa91d56cabbd43728a60f03b1c645498d0 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -227,8 +227,8 @@ class RenderWidgetHostViewAndroid
|
| void GetScaledContentBitmap(
|
| float scale,
|
| SkBitmap::Config bitmap_config,
|
| + gfx::Rect src_subrect,
|
| const base::Callback<void(bool, const SkBitmap&)>& result_callback);
|
| - bool PopulateBitmapWithContents(jobject jbitmap);
|
|
|
| bool HasValidFrame() const;
|
|
|
|
|