| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index d55bf538ba0a0e22f840899a56e0c9e5930121d8..4bd00cb4480d4bb7e1f0b982ce673b3dcfc9a3f8 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -155,7 +155,7 @@ static const double kMinimumCursorScale = 0.001;
|
|
|
| // The minimum amount of time an element stays active after a ShowPress
|
| // This is roughly 9 frames, which should be long enough to be noticeable.
|
| -static const TimeDelta kMinimumActiveInterval = TimeDelta::FromSecondsD(0.15);
|
| +constexpr TimeDelta kMinimumActiveInterval = TimeDelta::FromSecondsD(0.15);
|
|
|
| enum NoCursorChangeType { kNoCursorChange };
|
|
|
|
|