| Index: third_party/WebKit/public/platform/PointerProperties.h
|
| diff --git a/third_party/WebKit/public/platform/PointerProperties.h b/third_party/WebKit/public/platform/PointerProperties.h
|
| index 12a1a02f56579365caff467762ba3252b8129402..fe5b26a21e7654d6edbdb2dfcb78adc9ad925f73 100644
|
| --- a/third_party/WebKit/public/platform/PointerProperties.h
|
| +++ b/third_party/WebKit/public/platform/PointerProperties.h
|
| @@ -17,8 +17,7 @@ enum PointerType {
|
| // Bit field values indicating available hover types.
|
| enum HoverType {
|
| HoverTypeNone = 1 << 0,
|
| - // Indicates that the primary pointing system can hover, but it requires
|
| - // a significant action on the user's part. e.g. hover on "long press".
|
| + // TODO(mustaq): This got removed from spec. crbug.com/654861.
|
| HoverTypeOnDemand = 1 << 1,
|
| HoverTypeHover = 1 << 2
|
| };
|
|
|