Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: third_party/WebKit/Source/platform/PlatformMouseEvent.h

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/PlatformMouseEvent.h
diff --git a/third_party/WebKit/Source/platform/PlatformMouseEvent.h b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
index 87e75b253cac20cfa8a3aa03e00bd02d84317338..822ac7b13e2a3b89dc4611d263d518fb019927d7 100644
--- a/third_party/WebKit/Source/platform/PlatformMouseEvent.h
+++ b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
@@ -36,12 +36,13 @@ namespace blink {
class PlatformMouseEvent : public PlatformEvent {
public:
enum SyntheticEventType {
- // Real mouse input events or synthetic events that behave just like real events
+ // Real mouse input events or synthetic events that behave just like real
+ // events
RealOrIndistinguishable,
// Synthetic mouse events derived from touch input
FromTouch,
- // Synthetic mouse events generated without a position, for example those generated
- // from keyboard input.
+ // Synthetic mouse events generated without a position, for example those
+ // generated from keyboard input.
Positionless,
};
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformGestureEvent.h ('k') | third_party/WebKit/Source/platform/PlatformWheelEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698