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

Unified Diff: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp

Issue 2578343002: Support compositing for active animations in SPv2. (Closed)
Patch Set: setNeedsPaintPropertyUpdate on PaintLayer::styleDidChange. Created 4 years 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/CompositorPendingAnimations.cpp
diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
index 68d365ff4d960836c6585c89f08fdf950eee97a1..c86e85c73620c5c41ac2cec44be0f42c88e0cb85 100644
--- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
+++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
@@ -90,7 +90,7 @@ bool CompositorPendingAnimations::update(bool startOnCompositor) {
}
// If any synchronized animations were started on the compositor, all
- // remaning synchronized animations need to wait for the synchronized
+ // remaining synchronized animations need to wait for the synchronized
// start time. Otherwise they may start immediately.
if (startedSynchronizedOnCompositor) {
for (auto& animation : waitingForStartTime) {

Powered by Google App Engine
This is Rietveld 408576698