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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 10913277: Upstream ContentViewCore.pageUp/pageDown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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 adc40f3bb9586fda077c6ce938c49e0428e27845..4d2beed6338811775fe0ecac10cd1642e40f6579 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -141,6 +141,9 @@ class ContentViewCoreImpl : public ContentViewCore,
bool multiple);
void OnTabCrashed(const base::ProcessHandle handle);
+ virtual void UpdateContentSize(int width, int height) OVERRIDE;
Ted C 2012/09/18 00:21:40 are these defined in content_view_core.h? If not,
Ramya 2012/09/21 00:06:29 Done.
+ virtual void UpdateScrollOffsetAndPageScaleFactor(int x, int y,
+ float scale) OVERRIDE;
void ImeUpdateAdapter(int native_ime_adapter, int text_input_type,
const std::string& text,
int selection_start, int selection_end,

Powered by Google App Engine
This is Rietveld 408576698