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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
This is Rietveld 408576698