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

Unified Diff: services/ui/gpu/gpu_service_internal.cc

Issue 2302523002: Changes GpuServiceInternal from StrongBinding to Binding (Closed)
Patch Set: binding Created 4 years, 4 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_internal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_internal.cc
diff --git a/services/ui/gpu/gpu_service_internal.cc b/services/ui/gpu/gpu_service_internal.cc
index 4be564d8b9de589ccd76b34aa0249aff6fa1ee9e..f68197d02f7344be9b4832653ffff71d1e11f7a3 100644
--- a/services/ui/gpu/gpu_service_internal.cc
+++ b/services/ui/gpu/gpu_service_internal.cc
@@ -63,6 +63,7 @@ GpuServiceInternal::~GpuServiceInternal() {
}
void GpuServiceInternal::Add(mojom::GpuServiceInternalRequest request) {
+ binding_.Close();
sadrul 2016/08/31 19:12:32 I seem to remember someone mentioning explicit Clo
binding_.Bind(std::move(request));
}
« no previous file with comments | « services/ui/gpu/gpu_service_internal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698