| Index: third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| index 9ed546e003b93af22a56ef2644245e90b6679c07..3d972291bdfca181de32ebc64639a21b16032ff1 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| @@ -29,7 +29,7 @@ UIEventWithKeyState::UIEventWithKeyState(
|
| AbstractView* view,
|
| int detail,
|
| PlatformEvent::Modifiers modifiers,
|
| - double platformTimeStamp,
|
| + TimeTicks platformTimeStamp,
|
| InputDeviceCapabilities* sourceCapabilities)
|
| : UIEvent(type,
|
| canBubble,
|
|
|