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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (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/platform/animation/CompositorAnimationPlayer.h
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
index 2fe9cc7cf5c2c8c576a25ecc644fa667e22b2a8a..863f181ee78250930a145d6520a286541d35c91e 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
@@ -36,9 +36,9 @@ class PLATFORM_EXPORT CompositorAnimationPlayer : public cc::AnimationDelegate {
cc::AnimationPlayer* ccAnimationPlayer() const;
- // An animation delegate is notified when animations are started and
- // stopped. The CompositorAnimationPlayer does not take ownership of the delegate, and it is
- // the responsibility of the client to reset the layer's delegate before
+ // An animation delegate is notified when animations are started and stopped.
+ // The CompositorAnimationPlayer does not take ownership of the delegate, and
+ // it is the responsibility of the client to reset the layer's delegate before
// deleting the delegate.
void setAnimationDelegate(CompositorAnimationDelegate*);

Powered by Google App Engine
This is Rietveld 408576698