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 cffe8ebc14d82a0df75feb2ad200d746c562f0a0..59c09310bf7b689f04ce2b01a0182cd0bdaa89ec 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -307,6 +307,10 @@ class ContentViewCoreImpl : public ContentViewCore, |
void AddBeginFrameSubscriber(); |
void RemoveBeginFrameSubscriber(); |
void SetNeedsAnimate(); |
+ void PopulateBitmapAsync(gfx::Rect src_subrect, |
+ gfx::Size dst_size, |
+ bool readback_config_rgb565); |
+ bool IsReadBackConfig565(); |
private: |
class ContentViewUserData; |
@@ -382,6 +386,8 @@ class ContentViewCoreImpl : public ContentViewCore, |
bool geolocation_needs_pause_; |
+ bool bitmap_config_is_565_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl); |
}; |