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..12f2ab2d9704220faf33d0bf4617ddcac7a45d2b 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -210,6 +210,7 @@ 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, float content_offset); |
David Trainor- moved to gerrit
2012/12/17 18:31:32
Should this be something like UpdateVerticalOffset
Ted C
2012/12/17 18:39:48
Done.
|
void ImeUpdateAdapter(int native_ime_adapter, int text_input_type, |
const std::string& text, |
int selection_start, int selection_end, |