| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index b980b7d296767512c0cda6cebbe61be61f09b460..f8cb28dc7bbe633a0ec07491918b5c9e3c342029 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -57,6 +57,7 @@ class CONTENT_EXPORT ContentViewCore {
|
| // |out_size| is returned with the size of the content.
|
| virtual void GetScaledContentBitmap(
|
| float scale,
|
| + gfx::Rect src_rect,
|
| gfx::Size* out_size,
|
| const base::Callback<void(bool, const SkBitmap&)>& result_callback) = 0;
|
| virtual float GetDpiScale() const = 0;
|
|
|