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 eea6814dc14217c7fb6a8918771b7e6455a1a957..40a3d96788d0335e28ab213b60360fcbce55aa85 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, |
+ SkColorType color_type, |
gfx::Rect src_subrect, |
const base::Callback<void(bool, const SkBitmap&)>& result_callback) |
OVERRIDE; |