| Index: third_party/WebKit/Source/core/events/WheelEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/WheelEvent.h b/third_party/WebKit/Source/core/events/WheelEvent.h
|
| index 547a6e63472cbc139c38fc826eb87acbf5105ba5..522073ccc75a7010843d84a04a4f91bd43f728cf 100644
|
| --- a/third_party/WebKit/Source/core/events/WheelEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/WheelEvent.h
|
| @@ -40,9 +40,9 @@ public:
|
| enum { TickMultiplier = 120 };
|
|
|
| enum DeltaMode {
|
| - DOM_DELTA_PIXEL = 0,
|
| - DOM_DELTA_LINE,
|
| - DOM_DELTA_PAGE
|
| + kDomDeltaPixel = 0,
|
| + kDomDeltaLine,
|
| + kDomDeltaPage
|
| };
|
|
|
| static WheelEvent* create()
|
|
|