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 a02f3fd8fedeeaf5e9bb35ccf3692ec8b5264379..d1d83b0fc4f99950b72ed9057176a3c3aa4e23b0 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -148,6 +148,8 @@ class ContentViewCoreImpl : public ContentViewCore, |
bool multiple); |
void OnTabCrashed(const base::ProcessHandle handle); |
+ void UpdateContentSize(int width, int height); |
+ void UpdateScrollOffsetAndPageScaleFactor(int x, int y, float scale); |
void ImeUpdateAdapter(int native_ime_adapter, int text_input_type, |
const std::string& text, |
int selection_start, int selection_end, |