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

Unified Diff: ui/views/mus/mus_client.h

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
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 9f00d0db77918e3db4d22d0de1e3b60ae92866cb..a653f04e0d29e7b4393cc2fb44c3d7d5d1bb0b9d 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -35,7 +35,7 @@ class Identity;
}
namespace ui {
-class GpuService;
+class Gpu;
}
namespace wm {
@@ -138,7 +138,7 @@ class VIEWS_MUS_EXPORT MusClient
std::unique_ptr<aura::WindowTreeClient> window_tree_client_;
- std::unique_ptr<ui::GpuService> gpu_service_;
+ std::unique_ptr<ui::Gpu> gpu_;
std::unique_ptr<PointerWatcherEventRouter2> pointer_watcher_event_router_;
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698