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

Unified Diff: Source/core/animation/animatable/AnimatableColor.h

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try 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
« no previous file with comments | « Source/core/animation/AnimationStack.cpp ('k') | Source/core/animation/animatable/AnimatableColor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/animatable/AnimatableColor.h
diff --git a/Source/core/animation/animatable/AnimatableColor.h b/Source/core/animation/animatable/AnimatableColor.h
index ba40b0a0b026756828c8c0fe455f356f33ecd711..1900b95a9fc95320cece5e9602eb349de18d320b 100644
--- a/Source/core/animation/animatable/AnimatableColor.h
+++ b/Source/core/animation/animatable/AnimatableColor.h
@@ -43,7 +43,6 @@ public:
Color toColor() const;
AnimatableColorImpl interpolateTo(const AnimatableColorImpl&, double fraction) const;
bool operator==(const AnimatableColorImpl&) const;
- double distanceTo(const AnimatableColorImpl&) const;
private:
float m_alpha;
@@ -75,7 +74,6 @@ private:
}
virtual AnimatableType type() const override { return TypeColor; }
virtual bool equalTo(const AnimatableValue*) const override;
- virtual double distanceTo(const AnimatableValue*) const override;
const AnimatableColorImpl m_color;
const AnimatableColorImpl m_visitedLinkColor;
};
« no previous file with comments | « Source/core/animation/AnimationStack.cpp ('k') | Source/core/animation/animatable/AnimatableColor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698