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

Unified Diff: services/ui/public/cpp/gpu/gpu.cc

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: Addressed comments. Created 3 years, 10 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: services/ui/public/cpp/gpu/gpu.cc
diff --git a/services/ui/public/cpp/gpu/gpu.cc b/services/ui/public/cpp/gpu/gpu.cc
index 06238988ac9cfa9d4b02527955740b3cf5a3a21e..45ba2595fcd7a5c9a20961d317c748552c20f130 100644
--- a/services/ui/public/cpp/gpu/gpu.cc
+++ b/services/ui/public/cpp/gpu/gpu.cc
@@ -46,8 +46,6 @@ Gpu::Gpu(service_manager::Connector* connector,
Gpu::~Gpu() {
DCHECK(IsMainThread());
- for (const auto& callback : establish_callbacks_)
Khushal 2017/02/13 21:07:13 +fsamuel, do you want to take another look? Keepin
- callback.Run(nullptr);
shutdown_event_.Signal();
if (gpu_channel_)
gpu_channel_->DestroyChannel();

Powered by Google App Engine
This is Rietveld 408576698