| 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 746421066247a07330d048aabb2b090e19f35170..cf426bfd4b83769109e5d9fe60f5b3854d80cf5d 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -60,6 +60,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual void GetScaledContentBitmap(
|
| float scale,
|
| gfx::Size* out_size,
|
| + bool config_565,
|
| const base::Callback<void(bool, const SkBitmap&)>& result_callback)
|
| OVERRIDE;
|
| virtual float GetDpiScale() const OVERRIDE;
|
|
|