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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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
Index: Source/core/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index 245e2fc3509ad218015a186d8c5d95bd88d81c9c..6e288eef36c8f4cd9f35e6075720b3b462a9b0b4 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -282,17 +282,17 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
#if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
case CSSPropertyWebkitFilter: return 229;
#endif
- case CSSPropertyWebkitAlignContent: return 230;
- case CSSPropertyWebkitAlignItems: return 231;
- case CSSPropertyWebkitAlignSelf: return 232;
- case CSSPropertyWebkitFlex: return 233;
- case CSSPropertyWebkitFlexBasis: return 234;
- case CSSPropertyWebkitFlexDirection: return 235;
- case CSSPropertyWebkitFlexFlow: return 236;
- case CSSPropertyWebkitFlexGrow: return 237;
- case CSSPropertyWebkitFlexShrink: return 238;
- case CSSPropertyWebkitFlexWrap: return 239;
- case CSSPropertyWebkitJustifyContent: return 240;
+ case CSSPropertyAlignContent: return 230;
+ case CSSPropertyAlignItems: return 231;
+ case CSSPropertyAlignSelf: return 232;
+ case CSSPropertyFlex: return 233;
+ case CSSPropertyFlexBasis: return 234;
+ case CSSPropertyFlexDirection: return 235;
+ case CSSPropertyFlexFlow: return 236;
+ case CSSPropertyFlexGrow: return 237;
+ case CSSPropertyFlexShrink: return 238;
+ case CSSPropertyFlexWrap: return 239;
+ case CSSPropertyJustifyContent: return 240;
case CSSPropertyWebkitFontSizeDelta: return 241;
case CSSPropertyGridColumns: return 242;
case CSSPropertyGridRows: return 243;
@@ -355,7 +355,7 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyWebkitMinLogicalWidth: return 300;
case CSSPropertyWebkitMinLogicalHeight: return 301;
// WebkitNbspMode has been deleted, was return 302;
- case CSSPropertyWebkitOrder: return 303;
+ case CSSPropertyOrder: return 303;
case CSSPropertyWebkitPaddingAfter: return 304;
case CSSPropertyWebkitPaddingBefore: return 305;
case CSSPropertyWebkitPaddingEnd: return 306;
« no previous file with comments | « Source/core/html/shadow/TextFieldDecorationElement.cpp ('k') | Source/core/page/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698