| 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 7e784fbe1e950ebaa4fad051209f365b0fa7d3f4..377aa1c511552eba7d254341d7d488e8f35924d1 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -558,6 +558,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| bool virtual_keyboard_requested_;
|
|
|
| std::unique_ptr<ui::OnScreenKeyboardObserver> keyboard_observer_;
|
| +
|
| + gfx::Point last_mouse_move_location_;
|
| #endif
|
|
|
| bool has_snapped_to_boundary_;
|
|
|