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 63f63a5537d18371f92baaecd61e144ed1be2f3c..da6428836c0c279bc81bb32e6a336f3149bd3c8d 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -55,6 +55,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) OVERRIDE; |
virtual void ShowPastePopup(int x, int y) OVERRIDE; |
virtual unsigned int GetScaledContentTexture(const gfx::Size& size) OVERRIDE; |
+ virtual unsigned int GetScaledContentTexture( |
+ const gfx::Size& size, |
+ const gfx::Rect& src_rect) OVERRIDE; |
// -------------------------------------------------------------------------- |
// Methods called from Java via JNI |