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

Unified Diff: cc/test/layer_tree_pixel_resource_test.cc

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_pixel_resource_test.cc
diff --git a/cc/test/layer_tree_pixel_resource_test.cc b/cc/test/layer_tree_pixel_resource_test.cc
index e2b768a1bc7c08ba9162cac858f54c1e4a413527..83a338e6bd929edad8ab858da7464639a5ceb4ae 100644
--- a/cc/test/layer_tree_pixel_resource_test.cc
+++ b/cc/test/layer_tree_pixel_resource_test.cc
@@ -217,6 +217,9 @@ void LayerTreeHostPixelResourceTest::RunPixelResourceTest(
if (!IsTestCaseSupported(test_case_))
return;
RunPixelTest(test_type_, content_root, file_name);
+
+ if (layer_tree_host())
+ EXPECT_TRUE(layer_tree_host()->settings().impl_side_painting);
}
ParameterizedPixelResourceTest::ParameterizedPixelResourceTest()
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698