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

Unified Diff: third_party/WebKit/Source/core/animation/InertEffect.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/InertEffect.h
diff --git a/third_party/WebKit/Source/core/animation/InertEffect.h b/third_party/WebKit/Source/core/animation/InertEffect.h
index d998b21914285de16920312d0d71c953fd68bfd4..cb8406caff4939fde6854b5b6b65783b73d15bee 100644
--- a/third_party/WebKit/Source/core/animation/InertEffect.h
+++ b/third_party/WebKit/Source/core/animation/InertEffect.h
@@ -39,7 +39,8 @@
namespace blink {
// Lightweight subset of KeyframeEffect.
-// Used to transport data for deferred KeyframeEffect construction and one off Interpolation sampling.
+// Used to transport data for deferred KeyframeEffect construction and one off
+// Interpolation sampling.
class CORE_EXPORT InertEffect final : public AnimationEffectReadOnly {
public:
static InertEffect* create(EffectModel*,

Powered by Google App Engine
This is Rietveld 408576698