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

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

Issue 11568042: Some initial changes for manipulating the top controls positions on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments Created 8 years 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cdfeaea78fc46543c02ef15848fc93c3124a33cf 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -210,6 +210,8 @@ class ContentViewCoreImpl : public ContentViewCore,
void UpdateContentSize(int width, int height);
void UpdateScrollOffsetAndPageScaleFactor(int x, int y, float scale);
void UpdatePageScaleLimits(float minimum_scale, float maximum_scale);
+ void UpdateOffsetsForFullscreen(float controls_offset_y,
+ float content_offset_y);
void ImeUpdateAdapter(int native_ime_adapter, int text_input_type,
const std::string& text,
int selection_start, int selection_end,
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698