| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 0f72120e899a96e6d186eba36e63c768a5f5676c..1928d69a5d3f5869602eb800dcd34f022c5d1e63 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -565,6 +565,8 @@ class RenderWidgetHostViewAura
|
|
|
| // The current text input type.
|
| ui::TextInputType text_input_type_;
|
| + // The current text input mode corresponding to HTML5 inputmode attribute.
|
| + ui::TextInputMode text_input_mode_;
|
| bool can_compose_inline_;
|
|
|
| // Rectangles for the selection anchor and focus.
|
|
|