| Index: third_party/WebKit/public/platform/WebPointerProperties.h
|
| diff --git a/third_party/WebKit/public/platform/WebPointerProperties.h b/third_party/WebKit/public/platform/WebPointerProperties.h
|
| index 91eb1e7bba487f3b078333a88aa39d2efe77c0c7..a3e480f97b6ed71652589ae142a754e368523c51 100644
|
| --- a/third_party/WebKit/public/platform/WebPointerProperties.h
|
| +++ b/third_party/WebKit/public/platform/WebPointerProperties.h
|
| @@ -26,7 +26,8 @@ class WebPointerProperties {
|
| kRight,
|
| kBack,
|
| kForward,
|
| - kEraser
|
| + kEraser,
|
| + kLastEntry = kEraser // Must be the last entry in the list
|
| };
|
|
|
| enum class Buttons : unsigned {
|
|
|