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

Unified Diff: cc/surfaces/surface_display_output_surface_unittest.cc

Issue 2144393003: cc: Allow TestDelegatingOutputSurface to be used for non-pixel tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/surfaces/surface_display_output_surface.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/surfaces/surface_display_output_surface_unittest.cc
diff --git a/cc/surfaces/surface_display_output_surface_unittest.cc b/cc/surfaces/surface_display_output_surface_unittest.cc
index 598a982cc8f90473e5b044fc5a4f04146ac900f6..a5f530c8af5ec58f1f0e0ebdef4d45640b207416 100644
--- a/cc/surfaces/surface_display_output_surface_unittest.cc
+++ b/cc/surfaces/surface_display_output_surface_unittest.cc
@@ -51,8 +51,7 @@ class SurfaceDisplayOutputSurfaceTest : public testing::Test {
begin_frame_source.get(), task_runner_.get(), max_frames_pending));
display_.reset(new Display(
- &surface_manager_, &bitmap_manager_, &gpu_memory_buffer_manager_,
- RendererSettings(), allocator_.client_id(),
+ &bitmap_manager_, &gpu_memory_buffer_manager_, RendererSettings(),
std::move(begin_frame_source), std::move(display_output_surface),
std::move(scheduler),
base::MakeUnique<TextureMailboxDeleter>(task_runner_.get())));
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698