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

Unified Diff: cc/surfaces/surfaces_pixeltest.cc

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 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
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surfaces_pixeltest.cc
diff --git a/cc/surfaces/surfaces_pixeltest.cc b/cc/surfaces/surfaces_pixeltest.cc
index fd5951cd61c55aeea7c28e7e75fa1892879594cb..abcc532e1aedc047287def5b54635709a06752ea 100644
--- a/cc/surfaces/surfaces_pixeltest.cc
+++ b/cc/surfaces/surfaces_pixeltest.cc
@@ -80,7 +80,6 @@ TEST_F(SurfacesPixelTest, DrawSimpleFrame) {
RenderPassList* pass_list =
&aggregated_frame->delegated_frame_data->render_pass_list;
EXPECT_TRUE(RunPixelTest(pass_list,
- PixelTest::NoOffscreenContext,
base::FilePath(FILE_PATH_LITERAL("green.png")),
pixel_comparator));
}
@@ -161,7 +160,6 @@ TEST_F(SurfacesPixelTest, DrawSimpleAggregatedFrame) {
RenderPassList* pass_list =
&aggregated_frame->delegated_frame_data->render_pass_list;
EXPECT_TRUE(RunPixelTest(pass_list,
- PixelTest::NoOffscreenContext,
base::FilePath(FILE_PATH_LITERAL("blue_yellow.png")),
pixel_comparator));
}
@@ -302,7 +300,6 @@ TEST_F(SurfacesPixelTest, DrawAggregatedFrameWithSurfaceTransforms) {
&aggregated_frame->delegated_frame_data->render_pass_list;
EXPECT_TRUE(RunPixelTest(
pass_list,
- PixelTest::NoOffscreenContext,
base::FilePath(FILE_PATH_LITERAL("four_blue_green_checkers.png")),
pixel_comparator));
}
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698