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

Unified Diff: Source/core/animation/StyleInterpolation.h

Issue 851693007: Prepare for responsive CSS animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 10 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/animation/StyleInterpolation.h
diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
index 8f390627d0874d682a2d24450b2834c80e10e22f..510b22e03b9b189ef7553519d8c0220988342960 100644
--- a/Source/core/animation/StyleInterpolation.h
+++ b/Source/core/animation/StyleInterpolation.h
@@ -35,6 +35,7 @@ public:
virtual void apply(StyleResolverState&) const = 0;
virtual bool isStyleInterpolation() const override final { return true; }
+ virtual bool isDeferredLegacyStyleInterpolation() const { return false; }
CSSPropertyID id() const { return m_id; }

Powered by Google App Engine
This is Rietveld 408576698