| 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 d424789e1e996ffea1541dfae1847f0acafc2361..1914ff16bcffbe1d359d650f843eae26e3917ea7 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -337,7 +337,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);
|
|
|
|
|