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

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: Attempt to re-snapshot only if needed Created 5 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: Source/core/animation/StyleInterpolation.h
diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
index 6baa07c0a921506978fc00f319d7f199450a9b8f..8ae4cc19aff9a043155b86b0e6294ecaa9084637 100644
--- a/Source/core/animation/StyleInterpolation.h
+++ b/Source/core/animation/StyleInterpolation.h
@@ -23,6 +23,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