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

Unified Diff: third_party/WebKit/Source/core/animation/Interpolation.h

Issue 1698093005: Discard SampledEffects on elements if they are redundant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_renameToSampledEffect
Patch Set: Rebased Created 4 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: third_party/WebKit/Source/core/animation/Interpolation.h
diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
index af31764809678d597cce44055691ad2a28b61145..2ca275b318a05e83cf5665dfdfb3ebaebf2f66ca 100644
--- a/third_party/WebKit/Source/core/animation/Interpolation.h
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h
@@ -26,6 +26,7 @@ public:
virtual bool isLegacyStyleInterpolation() const { return false; }
virtual PropertyHandle property() const = 0;
+ virtual bool dependsOnUnderlyingValue() const { return false; }
protected:
const OwnPtr<InterpolableValue> m_start;

Powered by Google App Engine
This is Rietveld 408576698