Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/FocusEvent.cpp |
| diff --git a/third_party/WebKit/Source/core/events/FocusEvent.cpp b/third_party/WebKit/Source/core/events/FocusEvent.cpp |
| index ee7417b6e5089f4ca8be6a6a9370f6303c4345d8..a4e4da7cc2604c32600dd053f89104d1c1280882 100644 |
| --- a/third_party/WebKit/Source/core/events/FocusEvent.cpp |
| +++ b/third_party/WebKit/Source/core/events/FocusEvent.cpp |
| @@ -51,7 +51,7 @@ FocusEvent::FocusEvent(const AtomicString& type, |
| canBubble, |
| cancelable, |
| ComposedMode::Composed, |
| - WTF::monotonicallyIncreasingTime(), |
| + TimeTicks::Now(), |
| view, |
| detail, |
| sourceCapabilities), |