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

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

Issue 1189583009: CSS: Include motion properties in computed style list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: svg/css 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
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 4bf7c3fea0dfe3d9ca03e3863526b0f2df0a34a6..8e2570aaef7a9e927b0d9c8b0ce82ccae20890c7 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -127,6 +127,9 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyMinHeight,
CSSPropertyMinWidth,
CSSPropertyMixBlendMode,
+ CSSPropertyMotionOffset,
+ CSSPropertyMotionPath,
+ CSSPropertyMotionRotation,
CSSPropertyObjectFit,
CSSPropertyObjectPosition,
CSSPropertyOpacity,
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698