Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: content/public/browser/android/content_view_core.h

Issue 10913277: Upstream ContentViewCore.pageUp/pageDown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply feedback from comments Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 2ec6998bc92f51c5c38221e395d8320e447a7861..c4f82c61ee6212698627a9870eef95f6af408f4c 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -40,6 +40,11 @@ class ContentViewCore {
JNIEnv* env, jobject obj, WebContents* web_contents);
static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
+ virtual void UpdateContentSize(int width, int height) = 0;
Ted C 2012/09/21 00:29:48 are these called from outside of the content packa
Ramya 2012/09/21 01:12:43 Done.
+
+ virtual void UpdateScrollOffsetAndPageScaleFactor(
+ int x, int y, float scale) = 0;
+
virtual void LoadUrl(NavigationController::LoadURLParams& params) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698