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

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

Issue 1412313005: Rename InvalidatableStyleInterpolation to InvalidatableInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_renameCSSInterpolationTypes
Patch Set: Created 5 years, 2 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 5e47a51cda0aa86bd56681e44608919581dff790..1c8c1916daf8f007ec32cc0f650f70da60217345 100644
--- a/third_party/WebKit/Source/core/animation/Interpolation.h
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h
@@ -21,7 +21,7 @@ public:
virtual void interpolate(int iteration, double fraction);
virtual bool isStyleInterpolation() const { return false; }
- virtual bool isInvalidatableStyleInterpolation() const { return false; }
+ virtual bool isInvalidatableInterpolation() const { return false; }
virtual bool isLegacyStyleInterpolation() const { return false; }
virtual bool isSVGInterpolation() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698