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

Unified Diff: cc/test/layer_tree_pixel_test.cc

Issue 2349743004: cc: Remove things from OutputSurface and CompositorFrameSink. (Closed)
Patch Set: delete-stuff-cfs: comment-and-rebase Created 4 years, 3 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/test/fake_output_surface.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_pixel_test.cc
diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
index 7461d8f3b1e02e5390d5cd15b4e61fc0f8d08212..c236c3c942aac4b9bc8a2cef32e039d31679952f 100644
--- a/cc/test/layer_tree_pixel_test.cc
+++ b/cc/test/layer_tree_pixel_test.cc
@@ -77,7 +77,7 @@ std::unique_ptr<OutputSurface> LayerTreePixelTest::CreateDisplayOutputSurface(
// Pixel tests use a separate context for the Display to more closely
// mimic texture transport from the renderer process to the Display
// compositor.
- make_scoped_refptr(new TestInProcessContextProvider(nullptr)), nullptr,
+ make_scoped_refptr(new TestInProcessContextProvider(nullptr)),
flipped_output_surface);
} else {
std::unique_ptr<PixelTestSoftwareOutputDevice> software_output_device(
« no previous file with comments | « cc/test/fake_output_surface.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698