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

Unified Diff: content/test/layouttest_support.cc

Issue 2349743004: cc: Remove things from OutputSurface and CompositorFrameSink. (Closed)
Patch Set: delete-stuff-cfs: . 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
Index: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 9fe0eb49dbbd892ed4b13ad3abac067b2b6d4ddd..db1e755f125ecf4a8a10544c25cf5a5ee46be379 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -293,7 +293,7 @@ class LayoutTestDependenciesImpl : public LayoutTestDependencies {
automatic_flushes, support_locking, gpu::SharedMemoryLimits(),
attributes, nullptr,
command_buffer_metrics::OFFSCREEN_CONTEXT_FOR_TESTING)),
- nullptr, flipped_output_surface));
+ flipped_output_surface));
auto* task_runner = deps->GetCompositorImplThreadTaskRunner().get();
bool synchronous_composite = !task_runner;

Powered by Google App Engine
This is Rietveld 408576698