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

Unified Diff: gpu/ipc/service/gpu_channel_manager.cc

Issue 2814583002: Service/ClientDiscardableManager (Closed)
Patch Set: Feedback Created 3 years, 7 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: gpu/ipc/service/gpu_channel_manager.cc
diff --git a/gpu/ipc/service/gpu_channel_manager.cc b/gpu/ipc/service/gpu_channel_manager.cc
index 31dd336935da6ef074afd01fa31eea6a9deafa67..1db1f4f3a83fa0f5b38b717ef4ca61763ab97751 100644
--- a/gpu/ipc/service/gpu_channel_manager.cc
+++ b/gpu/ipc/service/gpu_channel_manager.cc
@@ -132,7 +132,7 @@ GpuChannel* GpuChannelManager::EstablishChannel(int client_id,
bool is_gpu_host) {
std::unique_ptr<GpuChannel> gpu_channel = base::MakeUnique<GpuChannel>(
this, sync_point_manager_, watchdog_, share_group_, mailbox_manager_,
- is_gpu_host ? preemption_flag_ : nullptr,
+ &discardable_manager_, is_gpu_host ? preemption_flag_ : nullptr,
is_gpu_host ? nullptr : preemption_flag_, task_runner_, io_task_runner_,
client_id, client_tracing_id, is_gpu_host);

Powered by Google App Engine
This is Rietveld 408576698