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

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

Issue 2610813004: Implements CSSPropertyAPI for the outline-offset property. (Closed)
Patch Set: rebase 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.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index a79b1cffc8a7beef6c2d9b2f7486f44c3485a179..458bab04fe0e5619ecba3b1cf791b8dd812880dd 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -321,7 +321,7 @@ opacity interpolable, type_name=float
order type_name=int
orphans interpolable, inherited, type_name=short
outline-color interpolable, custom_all
-outline-offset interpolable, converter=convertComputedLength<int>
+outline-offset interpolable, converter=convertComputedLength<int>, api_class
outline-style custom_all
outline-width interpolable, converter=convertLineWidth<unsigned short>
overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698