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

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

Issue 1248093002: Move interpolated Length unit types out of InterpolableValue into NonInterpolableValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase again Created 5 years, 3 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/animations/retain-zero-percent.html ('k') | Source/core/animation/InterpolationValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/InterpolationType.h
diff --git a/Source/core/animation/InterpolationType.h b/Source/core/animation/InterpolationType.h
index b500552f2cfffc982ad49dbae81d83b5c7a2c7ed..3568441e3cc019bc33b8bc6d8d89d2212881f79a 100644
--- a/Source/core/animation/InterpolationType.h
+++ b/Source/core/animation/InterpolationType.h
@@ -74,7 +74,7 @@ public:
virtual void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const = 0;
- // Implement reference equality checking via pointer equality checking as these are singletons
+ // Implement reference equality checking via pointer equality checking as these are singletons.
bool operator==(const InterpolationType& other) const { return this == &other; }
bool operator!=(const InterpolationType& other) const { return this != &other; }
« no previous file with comments | « LayoutTests/animations/retain-zero-percent.html ('k') | Source/core/animation/InterpolationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698