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

Unified Diff: mandoline/ui/aura/surface_binding.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/native_widget_view_manager.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_binding.h
diff --git a/mandoline/ui/aura/surface_binding.h b/mandoline/ui/aura/surface_binding.h
index f36002d060593d7a3db998f0d8246d39e3115cfb..840eebaf03923f57073d36c5126dfc887cf4a97a 100644
--- a/mandoline/ui/aura/surface_binding.h
+++ b/mandoline/ui/aura/surface_binding.h
@@ -14,6 +14,9 @@ class OutputSurface;
namespace mojo {
class Shell;
+}
+
+namespace mus {
class View;
}
@@ -26,7 +29,7 @@ namespace mandoline {
// share the same connection.
class SurfaceBinding {
public:
- SurfaceBinding(mojo::Shell* shell, mojo::View* view);
+ SurfaceBinding(mojo::Shell* shell, mus::View* view);
~SurfaceBinding();
// Creates an OutputSurface that renders to the View supplied to the
@@ -37,7 +40,7 @@ class SurfaceBinding {
class PerConnectionState;
mojo::Shell* shell_;
- mojo::View* view_;
+ mus::View* view_;
scoped_refptr<PerConnectionState> state_;
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding);
« no previous file with comments | « mandoline/ui/aura/native_widget_view_manager.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698