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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: Created 4 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/animatable/AnimatableValue.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
index 80bade51feedd3a4868c570f6125b55f4543b882..e1fcfade260be16782be49bd3ed25f9bcece728c 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
@@ -135,7 +135,8 @@ class CORE_EXPORT AnimatableValue : public RefCounted<AnimatableValue> {
private:
virtual AnimatableType type() const = 0;
- // Implementations can assume that the object being compared has the same type as the object this is called on
+ // Implementations can assume that the object being compared has the same type
+ // as the object this is called on
virtual bool equalTo(const AnimatableValue*) const = 0;
template <class Keyframe>

Powered by Google App Engine
This is Rietveld 408576698