diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 21:57:02 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 21:57:02 +0000 |
commit | 8fc44a9f0c97c5f2e61fc8125a4822a057c67446 (patch) | |
tree | 0e3745a55a87d85cc5463b4a157aadccd0713c45 /mojo/services/public/cpp/view_manager/view_manager.h | |
parent | cf0c55a04cc3cb7e996d823eaf574e70d305a303 (diff) | |
download | chromium_src-8fc44a9f0c97c5f2e61fc8125a4822a057c67446.zip chromium_src-8fc44a9f0c97c5f2e61fc8125a4822a057c67446.tar.gz chromium_src-8fc44a9f0c97c5f2e61fc8125a4822a057c67446.tar.bz2 |
Split ServiceProvider into 3
BUG=
R=darin@chromium.org, qsr@chromium.org
Review URL: https://codereview.chromium.org/347333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/services/public/cpp/view_manager/view_manager.h')
-rw-r--r-- | mojo/services/public/cpp/view_manager/view_manager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mojo/services/public/cpp/view_manager/view_manager.h b/mojo/services/public/cpp/view_manager/view_manager.h index 9b46387..3c55e307 100644 --- a/mojo/services/public/cpp/view_manager/view_manager.h +++ b/mojo/services/public/cpp/view_manager/view_manager.h @@ -12,7 +12,7 @@ #include "mojo/services/public/interfaces/input_events/input_events.mojom.h" namespace mojo { -class Application; +class ApplicationConnection; namespace view_manager { class Node; @@ -23,7 +23,8 @@ class ViewManagerDelegate; class ViewManager { public: // Delegate is owned by the caller. - static void Create(Application* application, ViewManagerDelegate* delegate); + static void ConfigureIncomingConnection(ApplicationConnection* connection, + ViewManagerDelegate* delegate); // Sets the event dispatcher. Can only be called by the app rendering to the // root Node of the hierarchy. |