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

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp

Issue 2370053003: Clean up stale FIXMEs and TODOs in core/animation (Closed)
Patch Set: Enum change unchange Created 4 years, 3 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/CSSAnimations.cpp
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
index f5f3fc0f9e1ecde24f85d2337b2c1f2f81ea66fa..9de013e0504219538784dd11a15444359931adb5 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
@@ -153,7 +153,7 @@ static StringKeyframeEffectModel* createKeyframeEffectModel(StyleResolver* resol
DCHECK(!keyframes.first()->offset());
DCHECK_EQ(keyframes.last()->offset(), 1);
- // FIXME: This is only used for use counting neutral keyframes running on the compositor.
+ // This is used for use counting neutral keyframes running on the compositor.
PropertySet allProperties;
for (const auto& keyframe : keyframes) {
for (const auto& property : keyframe->properties())

Powered by Google App Engine
This is Rietveld 408576698