| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index ee139e0f1a99f5a647638a0bdf2c554fd1771fb2..d280c0a1fb7d30d478c181baf7cd83f1b4f6167b 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -56,7 +56,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ShowPastePopup(int x, int y) override;
|
| void GetScaledContentBitmap(
|
| float scale,
|
| - SkColorType color_type,
|
| + SkColorType preferred_color_type,
|
| gfx::Rect src_subrect,
|
| ReadbackRequestCallback& result_callback) override;
|
| float GetDpiScale() const override;
|
|
|