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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentAnimations.h

Issue 2322073006: Turn off the old compositing path for SPv2. (Closed)
Patch Set: none 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/DocumentAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimations.h b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
index d1fd95f0715fe61024eb0f995e20a40c2b2942e2..a5e457505c6a5e9533008d7cd6cf31caa33fac40 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimations.h
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
@@ -43,7 +43,9 @@ public:
static void updateAnimationTimingForAnimationFrame(Document&);
static bool needsAnimationTimingUpdate(const Document&);
static void updateAnimationTimingIfNeeded(Document&);
- static void updateCompositorAnimations(Document&);
+
+ // Updates existing animations as part of generating a new (document lifecycle) frame.
+ static void updateAnimations(Document&);
private:
DocumentAnimations() { }

Powered by Google App Engine
This is Rietveld 408576698