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

Unified Diff: cc/trees/layer_tree_host_unittest_animation.cc

Issue 14925009: Run all LayerTreeHost tests with a delegating renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 a86253b559234c51bc9283d102250bf4506ba13a..279e5bea773b5291697c6bdceb694f9de092f622 100644
--- a/cc/trees/layer_tree_host_unittest_animation.cc
+++ b/cc/trees/layer_tree_host_unittest_animation.cc
@@ -537,7 +537,9 @@ class LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount
int animated_commit_;
};
-MULTI_THREAD_TEST_F(LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount);
+// No readbacks with a delegating renderer.
+MULTI_THREAD_DIRECT_RENDERER_TEST_F(
+ LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount);
class LayerTreeHostAnimationTestContinuousAnimate
: public LayerTreeHostAnimationTest {

Powered by Google App Engine
This is Rietveld 408576698