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 864dfc0d473521fc9df18d4cbdf0eae62038135d..d688683f4378e08b750a86d2cfc4df42365451b6 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1316,7 +1316,8 @@ public: |
WebAudioPeriodicWave = 1575, |
WebAudioStereoPannerNode = 1576, |
WebAudioWaveShaperNode = 1577, |
- |
+ CSSZoomReset = 1578, |
+ CSSZoomDocument = 1579, |
// 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/ |