Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 72a78897fdb8de21c305e952fcba01ea356d1eb1..3db4b7df7c3fe318111e1bfca1199882fef66bfe 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -497,6 +497,7 @@ public: |
UIEventLayerY = 512, |
UIEventPageX = 513, |
UIEventPageY = 514, |
+ BgPropertiesFixed = 515, |
// 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/ |