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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address even more review comments Created 5 years, 6 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/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 4bf7c3fea0dfe3d9ca03e3863526b0f2df0a34a6..8b5e35c2468bf151608efe8f9c77b783cbc58621 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -108,6 +108,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyFontVariantLigatures,
CSSPropertyFontWeight,
CSSPropertyHeight,
+ CSSPropertyImageOrientation,
CSSPropertyImageRendering,
CSSPropertyIsolation,
CSSPropertyJustifyItems,

Powered by Google App Engine
This is Rietveld 408576698