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

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.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/css/CSSAnimationUpdate.h
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
index 36eb04c6d2ca1bbca0d6702cb15f6e650ea07e9f..99bdd9cc73e66b5c51601651be91e069f61b1633 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
@@ -87,8 +87,9 @@ WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::UpdatedCSSAnimation);
namespace blink {
-// This class stores the CSS Animations/Transitions information we use during a style recalc.
-// This includes updates to animations/transitions as well as the Interpolations to be applied.
+// This class stores the CSS Animations/Transitions information we use during a
+// style recalc. This includes updates to animations/transitions as well as the
+// Interpolations to be applied.
class CSSAnimationUpdate final {
DISALLOW_NEW();
WTF_MAKE_NONCOPYABLE(CSSAnimationUpdate);
@@ -136,7 +137,8 @@ class CSSAnimationUpdate final {
m_newAnimations.append(
NewCSSAnimation(animationName, nameIndex, effect, timing, styleRule));
}
- // Returns whether animation has been suppressed and should be filtered during style application.
+ // Returns whether animation has been suppressed and should be filtered during
+ // style application.
bool isSuppressedAnimation(const Animation* animation) const {
return m_suppressedAnimations.contains(animation);
}

Powered by Google App Engine
This is Rietveld 408576698