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

Unified Diff: cc/trees/layer_tree_host_unittest_animation.cc

Issue 924973003: CC: Force push properties for all layers when tracing is started (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 5 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: cc/trees/layer_tree_host_unittest_animation.cc
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
index e9b877d0ba6b154e6c41aaf029d78519d0132b6a..39e04163be0754df61d8d39beac6c7000f60b827 100644
--- a/cc/trees/layer_tree_host_unittest_animation.cc
+++ b/cc/trees/layer_tree_host_unittest_animation.cc
@@ -168,7 +168,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesNotStarveDraws
}
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
- LayerTreeHostImpl::FrameData* frame,
+ FrameData* frame,
DrawResult draw_result) override {
return DRAW_ABORTED_CHECKERBOARD_ANIMATIONS;
}
@@ -298,7 +298,7 @@ class LayerTreeHostAnimationTestAnimationTickTimeIsMonotonic
}
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
- LayerTreeHostImpl::FrameData* frame,
+ FrameData* frame,
DrawResult draw_result) override {
if (TestEnded())
return draw_result;
@@ -900,7 +900,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations
}
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
- LayerTreeHostImpl::FrameData* frame_data,
+ FrameData* frame_data,
DrawResult draw_result) override {
if (added_animations_ < 2)
return draw_result;

Powered by Google App Engine
This is Rietveld 408576698