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: gpu/ipc/service/gpu_command_buffer_stub.cc

Issue 2814583002: Service/ClientDiscardableManager (Closed)
Patch Set: rebase 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
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17f9151fd894efa6eb12121e81267b8a23b98bb7..a053895e4654604e7df85469f88b8eb8c3ff4510 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.cc
+++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
@@ -589,7 +589,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)
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698