| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 9f809db8ff5cd87f6515ac352ab6e1fd64cc9bfd..3b43f12fcad33ab4787784b7f0932cab6478b012 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -734,7 +734,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| gfx::Rect last_window_screen_rect_;
|
|
|
| // True if a mouse move event was sent to the render view and we are waiting
|
| - // for a corresponding ViewHostMsg_HandleInputEvent_ACK message.
|
| + // for a corresponding ViewInputHostMsg_HandleInputEvent_ACK message.
|
| bool mouse_move_pending_;
|
|
|
| // The next mouse move event to send (only non-null while mouse_move_pending_
|
|
|