| 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 6b3753d67945c990b120de4bcf4e4a3b3de0fe35..0a799a83741a835685f05cb4dc11a24069b85238 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1465,6 +1465,7 @@ class CORE_EXPORT UseCounter {
|
| OffscreenCanvasConvertToBlob = 1834,
|
| SVGInCanvas2D = 1835,
|
| SVGInWebGL = 1836,
|
| + SelectionFuncionsChangeFocus = 1837,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|