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

Unified Diff: ui/views/mus/surface_context_factory.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/views/mus/mus_client.cc ('k') | ui/views/mus/surface_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/surface_context_factory.h
diff --git a/ui/views/mus/surface_context_factory.h b/ui/views/mus/surface_context_factory.h
index 8516ebb4925fa786e0f629e8f12f0d17bbc809dc..c8561951140aa648ceef8198fea80147bca7adb0 100644
--- a/ui/views/mus/surface_context_factory.h
+++ b/ui/views/mus/surface_context_factory.h
@@ -15,14 +15,14 @@
#include "ui/views/mus/mus_export.h"
namespace ui {
-class GpuService;
+class Gpu;
}
namespace views {
class VIEWS_MUS_EXPORT SurfaceContextFactory : public ui::ContextFactory {
public:
- explicit SurfaceContextFactory(ui::GpuService* gpu_service);
+ explicit SurfaceContextFactory(ui::Gpu* gpu);
~SurfaceContextFactory() override;
private:
@@ -59,7 +59,7 @@ class VIEWS_MUS_EXPORT SurfaceContextFactory : public ui::ContextFactory {
cc::SurfaceManager surface_manager_;
uint32_t next_sink_id_;
ui::RasterThreadHelper raster_thread_helper_;
- ui::GpuService* gpu_service_;
+ ui::Gpu* gpu_;
DISALLOW_COPY_AND_ASSIGN(SurfaceContextFactory);
};
« no previous file with comments | « ui/views/mus/mus_client.cc ('k') | ui/views/mus/surface_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698