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

Unified Diff: mandoline/ui/aura/surface_context_factory.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « mandoline/ui/aura/surface_binding.cc ('k') | mandoline/ui/aura/surface_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_context_factory.h
diff --git a/mandoline/ui/aura/surface_context_factory.h b/mandoline/ui/aura/surface_context_factory.h
index 92d4d253072af4199e6f98946d1fbd1f690c6613..dd859eba001fa1ab2c7402d00b9934186622a2e3 100644
--- a/mandoline/ui/aura/surface_context_factory.h
+++ b/mandoline/ui/aura/surface_context_factory.h
@@ -12,6 +12,9 @@
namespace mojo {
class Shell;
+}
+
+namespace mus {
class View;
}
@@ -19,7 +22,7 @@ namespace mandoline {
class SurfaceContextFactory : public ui::ContextFactory {
public:
- SurfaceContextFactory(mojo::Shell* shell, mojo::View* view);
+ SurfaceContextFactory(mojo::Shell* shell, mus::View* view);
~SurfaceContextFactory() override;
private:
@@ -44,7 +47,7 @@ class SurfaceContextFactory : public ui::ContextFactory {
SurfaceBinding surface_binding_;
uint32_t next_surface_id_namespace_;
gles2::RasterThreadHelper raster_thread_helper_;
- gles2::MojoGpuMemoryBufferManager gpu_memory_buffer_manager_;
+ mus::MojoGpuMemoryBufferManager gpu_memory_buffer_manager_;
DISALLOW_COPY_AND_ASSIGN(SurfaceContextFactory);
};
« no previous file with comments | « mandoline/ui/aura/surface_binding.cc ('k') | mandoline/ui/aura/surface_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698