Chromium Code Reviews| 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, |