| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index a4add5b0440f02791955bbeca548d5f790132785..0effebb5c3722a152c333ed1a224e55fca266b04 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1307,6 +1307,7 @@ public:
|
| PointerOverOutFired = 1536,
|
| PointerEnterLeaveFiredWhileCaptured = 1537,
|
| PointerOverOutFiredWhileCaptured = 1538,
|
| + DraggableAttribute = 1539,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|