Chromium Code Reviews| 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 1113d79eb71d88037d4eda0258b174cead0e32a0..e606b58648391fbe4988d3e636a1e260c0c029e9 100644 |
| --- a/content/public/browser/android/content_view_core.h |
| +++ b/content/public/browser/android/content_view_core.h |
| @@ -58,6 +58,7 @@ class CONTENT_EXPORT ContentViewCore { |
| virtual void GetScaledContentBitmap( |
| float scale, |
| gfx::Size* out_size, |
| + bool is565Config, |
|
vivekg
2014/02/05 13:48:31
I think having an enumeration instead of a boolean
sivag
2014/02/06 16:46:35
Yes we can do this, but as the other supporting pa
|
| const base::Callback<void(bool, const SkBitmap&)>& result_callback) = 0; |
| virtual float GetDpiScale() const = 0; |
| virtual void RequestContentClipping(const gfx::Rect& clipping, |