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 c2a24a1af7e0802e07c3e3c14b5725a3ea0cb09d..503532f147f953170db0c8c8f4e5969bc0674c75 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -54,7 +54,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; |