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

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

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops, sorry! Forgot to update UseCounter.cpp Created 7 years, 4 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/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index b8f4c2c466a61bdaf32d193a1cf2ba7e177a3a86..978f33557f7e07d694f72cf457074b1c07754dd5 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -80,6 +80,7 @@ max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us
min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
+object-fit type_name=EObjectFit
opacity type_name=float
order type_name=int
orphans type_name=short, custom_all

Powered by Google App Engine
This is Rietveld 408576698