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

Unified Diff: services/ui/ws/gpu_host_unittest.cc

Issue 2781293003: gpu: Have GpuService create and own GpuMemoryBufferFactory. (Closed)
Patch Set: tot merge. Created 3 years, 9 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 | « services/ui/gpu/gpu_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_host_unittest.cc
diff --git a/services/ui/ws/gpu_host_unittest.cc b/services/ui/ws/gpu_host_unittest.cc
index 9b4b338ece69e07310ef2c2c3278e372a094313d..e1cded771738d34418e614d082d474f334dee4a3 100644
--- a/services/ui/ws/gpu_host_unittest.cc
+++ b/services/ui/ws/gpu_host_unittest.cc
@@ -53,8 +53,7 @@ class TestGpuService : public GpuService {
TestGpuService::TestGpuService()
: GpuService(gpu::GPUInfo(),
- nullptr,
- nullptr,
+ nullptr /* watchdog_thread */,
base::ThreadTaskRunnerHandle::Get(),
gpu::GpuFeatureInfo()) {}
« no previous file with comments | « services/ui/gpu/gpu_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698