Commit 541b9307 authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

Update comments referencing WebInputEvent.h to reflect file name change

Change-Id: I84983d2fe371ffbf0d6bdbbbf116de532fa741c7
Reviewed-on: https://chromium-review.googlesource.com/c/1340599
Commit-Queue: Charlie Andrews <charliea@chromium.org>
Reviewed-by: default avatarMustaq Ahmed <mustaq@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612431}
parent df363fc1
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
namespace blink { namespace blink {
// This class represents a polymorphic WebInputEvent structure with its // This class represents a polymorphic WebInputEvent structure with its
// coalesced events. The event could be any event defined in WebInputEvent.h, // coalesced events. The event could be any event defined in web_input_event.h,
// including those that cannot be coalesced. // including those that cannot be coalesced.
class BLINK_PLATFORM_EXPORT WebCoalescedInputEvent { class BLINK_PLATFORM_EXPORT WebCoalescedInputEvent {
public: public:
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
namespace blink { namespace blink {
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebGestureEvent --------------------------------------------------------- // WebGestureEvent ---------------------------------------------------------
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace blink { namespace blink {
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebKeyboardEvent ----------------------------------------------------------- // WebKeyboardEvent -----------------------------------------------------------
......
...@@ -12,7 +12,7 @@ namespace blink { ...@@ -12,7 +12,7 @@ namespace blink {
class WebGestureEvent; class WebGestureEvent;
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebMouseEvent -------------------------------------------------------------- // WebMouseEvent --------------------------------------------------------------
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace blink { namespace blink {
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebMouseWheelEvent --------------------------------------------------------- // WebMouseWheelEvent ---------------------------------------------------------
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
namespace blink { namespace blink {
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebPointerEvent // WebPointerEvent
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace blink { namespace blink {
// See WebInputEvent.h for details why this pack is here. // See web_input_event.h for details why this pack is here.
#pragma pack(push, 4) #pragma pack(push, 4)
// WebTouchEvent -------------------------------------------------------------- // WebTouchEvent --------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment