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

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

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 years, 10 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index d7758bc4d1519484d5ec0281cb5c301acc07f711..7b17f9e9ddb5f2aceea11df6958401bc7282bdb5 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -632,7 +632,7 @@
{
name: "border-bottom-width",
api_class: "CSSPropertyAPIBorderWidth",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -689,7 +689,7 @@
{
name: "border-left-width",
api_class: "CSSPropertyAPIBorderWidth",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -706,7 +706,7 @@
{
name: "border-right-width",
api_class: "CSSPropertyAPIBorderWidth",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -739,7 +739,7 @@
{
name: "border-top-width",
api_class: "CSSPropertyAPIBorderWidth",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698