Chromium Code Reviews

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

Issue 22849019: Unexpose -webkit-marquee-direction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Source/core/scripts/make_css_property_names.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index 0423d5e07bc617f9f5f9de624365ebb178bcf410..8d10626ffdb07eb3fb96f822844f4b2c4f3ccab0 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -324,7 +324,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyWebkitMarginEnd: return 272;
case CSSPropertyWebkitMarginStart: return 273;
// CSSPropertyWebkitMarquee was 274.
- case CSSPropertyWebkitMarqueeDirection: return 275;
+ case CSSPropertyInternalMarqueeDirection: return 275;
case CSSPropertyWebkitMarqueeIncrement: return 276;
case CSSPropertyWebkitMarqueeRepetition: return 277;
case CSSPropertyWebkitMarqueeSpeed: return 278;
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Source/core/scripts/make_css_property_names.py » ('j') | no next file with comments »

Powered by Google App Engine