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

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

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebased patch set. Created 3 years, 11 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 1e8820da2aa7e7ff34af3f2bce82d2fb48096deb..0115fdbff06a2632152b6a4d04296ef4ce5bcdd9 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -602,7 +602,7 @@
},
{
name: "border-bottom-width",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -653,7 +653,7 @@
},
{
name: "border-left-width",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -669,7 +669,7 @@
},
{
name: "border-right-width",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
},
@@ -699,7 +699,7 @@
},
{
name: "border-top-width",
- converter: "convertLineWidth<unsigned>",
+ converter: "convertLineWidth<float>",
initial: "initialBorderWidth",
interpolable: true,
keywords: ["thin", "medium", "thick"],

Powered by Google App Engine
This is Rietveld 408576698