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

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

Issue 16337002: Revert "Revert "Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT"" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/RuntimeEnabledFeatures.in ('k') | Source/core/platform/graphics/GraphicsContext.cpp » ('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 d228240ff046a49d09b81aeaa2f94eb4b7206510..2684a38c456f9a879ccdbc0d45d70dcf927e99df 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -462,10 +462,10 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyWebkitBlendMode: return 399;
case CSSPropertyWebkitBackgroundBlendMode: return 400;
#endif
+ case CSSPropertyTextDecorationLine: return 401;
+ case CSSPropertyTextDecorationStyle: return 402;
+ case CSSPropertyTextDecorationColor: return 403;
#if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
- case CSSPropertyWebkitTextDecorationLine: return 401;
- case CSSPropertyWebkitTextDecorationStyle: return 402;
- case CSSPropertyWebkitTextDecorationColor: return 403;
case CSSPropertyWebkitTextAlignLast: return 404;
case CSSPropertyWebkitTextUnderlinePosition: return 405;
#endif
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698