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

Unified Diff: mojo/shell/app_container.h

Issue 51373002: NativeViewport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nl Created 7 years, 2 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 | « mojo/services/native_viewport/native_viewport_x11.cc ('k') | mojo/shell/app_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/app_container.h
diff --git a/mojo/shell/app_container.h b/mojo/shell/app_container.h
index a2691e81b91fa4bed8b41b25c6699cf151550b9d..ae6e27722af99f8db43b7c8a8d3b7d0c9208e1a1 100644
--- a/mojo/shell/app_container.h
+++ b/mojo/shell/app_container.h
@@ -17,6 +17,9 @@ class Thread;
}
namespace mojo {
+namespace services {
+class NativeViewportController;
+}
namespace shell {
class Context;
@@ -39,6 +42,7 @@ class AppContainer : public Loader::Delegate {
Context* context_;
scoped_ptr<Loader::Job> request_;
scoped_ptr<base::Thread> thread_;
+ scoped_ptr<services::NativeViewportController> native_viewport_controller_;
// Following members are valid only on app thread.
Handle shell_handle_;
« no previous file with comments | « mojo/services/native_viewport/native_viewport_x11.cc ('k') | mojo/shell/app_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698