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

Unified Diff: ash/sysui/sysui_application.cc

Issue 2087333002: mus::GpuService: Support establish GpuChannel asynchronously. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the unittests Created 4 years, 6 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 | « ash/mus/window_manager_application.cc ('k') | components/mus/common/gpu_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/sysui_application.cc
diff --git a/ash/sysui/sysui_application.cc b/ash/sysui/sysui_application.cc
index 6d55df9aa31b996a2549a69c21e5b4ef06bb2d06..1c8788389000c044e0b7a96507f3f006fe279d7b 100644
--- a/ash/sysui/sysui_application.cc
+++ b/ash/sysui/sysui_application.cc
@@ -30,6 +30,7 @@
#include "base/files/file_path.h"
#include "base/path_service.h"
#include "base/threading/sequenced_worker_pool.h"
+#include "components/mus/common/gpu_service.h"
#include "components/mus/public/cpp/property_type_converters.h"
#include "components/mus/public/interfaces/input_devices/input_device_server.mojom.h"
#include "services/catalog/public/cpp/resource_loader.h"
@@ -308,6 +309,8 @@ SysUIApplication::~SysUIApplication() {}
void SysUIApplication::Initialize(::shell::Connector* connector,
const ::shell::Identity& identity,
uint32_t id) {
+ mus::GpuService::Initialize(connector);
+
ash_init_.reset(new AshInit());
ash_init_->Initialize(connector, identity);
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | components/mus/common/gpu_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698