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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index f2983d70a870ff69adfab61f1f8f0a4fef163428..2f1fdef9965b349f1a68a7956427868bf5f3d77f 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -273,7 +273,7 @@
#if defined(USE_AURA)
#include "services/service_manager/runner/common/client_util.h"
-#include "services/ui/public/cpp/gpu/gpu_service.h"
+#include "services/ui/public/cpp/gpu/gpu.h"
#include "ui/views/mus/window_manager_connection.h"
#endif
@@ -2719,7 +2719,7 @@ gpu::GpuChannelEstablishFactory*
ChromeContentBrowserClient::GetGpuChannelEstablishFactory() {
#if defined(USE_AURA)
if (views::WindowManagerConnection::Exists())
- return views::WindowManagerConnection::Get()->gpu_service();
+ return views::WindowManagerConnection::Get()->gpu();
#endif
return nullptr;
}
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698