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

Unified Diff: third_party/WebKit/Source/core/animation/Keyframe.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/Keyframe.h
diff --git a/third_party/WebKit/Source/core/animation/Keyframe.h b/third_party/WebKit/Source/core/animation/Keyframe.h
index 862652401b4fba18040975c1dc000a8f1c1e5bd6..599e362893d089320f30e53ad65edb5985c17a23 100644
--- a/third_party/WebKit/Source/core/animation/Keyframe.h
+++ b/third_party/WebKit/Source/core/animation/Keyframe.h
@@ -80,7 +80,8 @@ class CORE_EXPORT Keyframe : public RefCounted<Keyframe> {
virtual PassRefPtr<PropertySpecificKeyframe> cloneWithOffset(
double offset) const = 0;
- // FIXME: Remove this once CompositorAnimations no longer depends on AnimatableValues
+ // FIXME: Remove this once CompositorAnimations no longer depends on
+ // AnimatableValues
virtual bool populateAnimatableValue(
CSSPropertyID,
Element&,

Powered by Google App Engine
This is Rietveld 408576698