Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(930)

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 4cd5fe1aa703a2e855b5e00312f9e79938fd5f50..60e16aa0772ff868ebc9e2dd50b382fac54f123c 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -484,7 +484,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyShapeImageThreshold: return 439;
case CSSPropertyColumnFill: return 440;
case CSSPropertyTextJustify: return 441;
- case CSSPropertyTouchActionDelay: return 442;
+ case CSSPropertyScrollBlocksOn: return 442;
Timothy Loh 2014/11/14 22:06:41 Probably best to have a new return value here, eve
Rick Byers 2014/11/18 03:03:08 Ok, done. scroll-blocks-on is really just a renam
case CSSPropertyJustifySelf: return 443;
case CSSPropertyScrollBehavior: return 444;
case CSSPropertyWillChange: return 445;

Powered by Google App Engine
This is Rietveld 408576698