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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.json5

Issue 2775103002: Conic gradient parsing support (Closed)
Patch Set: review Created 3 years, 9 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: third_party/WebKit/Source/core/css/CSSValueKeywords.json5
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
index 067198d885f8f9e1283bc107d8650a0167993c8f..68ee741983f794a7eb1ea9efc7ba409374ec7f93 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
@@ -1016,8 +1016,10 @@
// background-image, etc.
"linear-gradient",
"radial-gradient",
+ "conic-gradient",
"repeating-linear-gradient",
"repeating-radial-gradient",
+ "repeating-conic-gradient",
"paint",
"-webkit-cross-fade",
"-webkit-gradient",

Powered by Google App Engine
This is Rietveld 408576698