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 37527891754bab7d8d5e38bcd088baca11519a7d..07e13b66703055f74029d14e6c886712dc9b2654 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -58,7 +58,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
virtual void ShowPastePopup(int x, int y) OVERRIDE; |
virtual void GetScaledContentBitmap( |
float scale, |
- jobject bitmap_config, |
+ SkBitmap::Config bitmap_config, |
gfx::Rect src_subrect, |
const base::Callback<void(bool, const SkBitmap&)>& result_callback) |
OVERRIDE; |