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 d688683f4378e08b750a86d2cfc4df42365451b6..30fbcb84c62533d025812440918f792a141008cd 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1318,6 +1318,8 @@ public: |
WebAudioWaveShaperNode = 1577, |
CSSZoomReset = 1578, |
CSSZoomDocument = 1579, |
+ DocumentFullscreenElementInV0Shadow = 1580, |
+ |
// 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/ |