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 e023d8fbfe8132ff9fc3e771afa0e4232d2b4e16..234564fd70797d11471d862e8df9c90176bf33e2 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1286,6 +1286,8 @@ public: |
MetaRefreshWhenCSPBlocksInlineScript = 1550, |
PanScrollingStart = 1551, |
Mark P
2016/09/08 21:57:18
nit: no extra blank line.
chrishtr
2016/09/08 22:04:22
Fixed.
|
+ ClipCssOfFixedPositionElement = 1552, |
+ |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |