| 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 d425cc015d21ab566e6643b2e24349858d3d5ea1..7e74141681da0a107bf19a18bb09ce74f2b92270 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -336,7 +336,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| int composition_start,
|
| int composition_end,
|
| bool show_ime_if_needed,
|
| - bool is_non_ime_change);
|
| + bool is_non_ime_change,
|
| + bool in_batch_edit_mode);
|
| void SetTitle(const base::string16& title);
|
| void OnBackgroundColorChanged(SkColor color);
|
|
|
|
|