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

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

Issue 2724083002: [SPv2] Decomposite otherwise-compositable animations that paint nothing. (Closed)
Patch Set: More include tweaks. Created 3 years, 9 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/AnimationTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
index b0605cf8c6bd016cad69924bf94c59a4bfa5472f..980ba194ce7d8148cede50b98defc286526c46e3 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
@@ -73,7 +73,8 @@ class AnimationAnimationTest : public ::testing::Test {
bool simulateFrame(double time) {
document->animationClock().updateTime(time);
- document->compositorPendingAnimations().update(false);
+ document->compositorPendingAnimations().update(
+ Optional<CompositorElementIdSet>(), false);
// The timeline does not know about our animation, so we have to explicitly
// call update().
return animation->update(TimingUpdateForAnimationFrame);

Powered by Google App Engine
This is Rietveld 408576698