| Index: third_party/WebKit/public/platform/WebTouchPoint.h
|
| diff --git a/third_party/WebKit/public/platform/WebTouchPoint.h b/third_party/WebKit/public/platform/WebTouchPoint.h
|
| index fa45f2e19d8e7266fed5f63aa3d01684aadc9e64..4357ddba1d64e075c2a55088ba19d213e6db690a 100644
|
| --- a/third_party/WebKit/public/platform/WebTouchPoint.h
|
| +++ b/third_party/WebKit/public/platform/WebTouchPoint.h
|
| @@ -55,6 +55,7 @@ class WebTouchPoint : public WebPointerProperties {
|
| StateMoved,
|
| StateStationary,
|
| StateCancelled,
|
| + StateMax = StateCancelled
|
| };
|
|
|
| State state;
|
|
|