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

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

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 | « no previous file | services/ui/gpu/gpu_service_internal.cc » ('j') | services/ui/gpu/gpu_service_internal.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_internal.h
diff --git a/services/ui/gpu/gpu_service_internal.h b/services/ui/gpu/gpu_service_internal.h
index 9a453e06396334251c16074535b393240658e69d..50d029d95fb178fc80adf7d4d41f9b5b2ca81bb7 100644
--- a/services/ui/gpu/gpu_service_internal.h
+++ b/services/ui/gpu/gpu_service_internal.h
@@ -18,7 +18,7 @@
#include "gpu/ipc/service/gpu_channel_manager_delegate.h"
#include "gpu/ipc/service/gpu_config.h"
#include "gpu/ipc/service/x_util.h"
-#include "mojo/public/cpp/bindings/strong_binding.h"
+#include "mojo/public/cpp/bindings/binding.h"
#include "services/ui/gpu/interfaces/gpu_service_internal.mojom.h"
#include "ui/gfx/native_widget_types.h"
@@ -153,7 +153,7 @@ class GpuServiceInternal : public gpu::GpuChannelManagerDelegate,
// Information about the GPU, such as device and vendor ID.
gpu::GPUInfo gpu_info_;
- mojo::StrongBinding<mojom::GpuServiceInternal> binding_;
+ mojo::Binding<mojom::GpuServiceInternal> binding_;
DISALLOW_COPY_AND_ASSIGN(GpuServiceInternal);
};
« no previous file with comments | « no previous file | services/ui/gpu/gpu_service_internal.cc » ('j') | services/ui/gpu/gpu_service_internal.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698