Index: public/web/WebInputEvent.h |
diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h |
index 476cfd7442e91bcadf1109994ae7a49dd0000932..8751143585fef569c71372998aa575a9937d0101 100644 |
--- a/public/web/WebInputEvent.h |
+++ b/public/web/WebInputEvent.h |
@@ -185,7 +185,7 @@ public: |
static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey; |
- double timeStampSeconds; // Seconds since epoch. |
+ double timeStampSeconds; // Seconds since platform start with microsecond resolution. |
unsigned size; // The size of this structure, for serialization. |
Type type; |
int modifiers; |