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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.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_command_buffer_stub.cc
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.cc b/gpu/ipc/service/gpu_command_buffer_stub.cc
index d140ddb407a9562112b5c2a26d0036abe00a4b26..0b62f3139443fb5016f2a3274448d33b8e771c17 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.cc
+++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
@@ -587,7 +587,7 @@ bool GpuCommandBufferStub::Initialize(
init_params.attribs.bind_generates_resource,
gmb_factory ? gmb_factory->AsImageFactory() : nullptr,
channel_->watchdog() /* progress_reporter */,
- manager->gpu_feature_info());
+ manager->gpu_feature_info(), channel_->discardable_manager());
}
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698