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

Unified Diff: mojo/services/window_manager/window_manager_app.h

Issue 720883003: Adds a CloneAndAnimate function to WindowManagerInternalClient (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: tweaks Created 6 years, 1 month 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
Index: mojo/services/window_manager/window_manager_app.h
diff --git a/mojo/services/window_manager/window_manager_app.h b/mojo/services/window_manager/window_manager_app.h
index 004442cc0640c19c0ac6b3cc288ff6f759df4680..1705cdb4910a5d24788880227cba664e73873d63 100644
--- a/mojo/services/window_manager/window_manager_app.h
+++ b/mojo/services/window_manager/window_manager_app.h
@@ -83,6 +83,10 @@ class WindowManagerApp : public ApplicationDelegate,
void Embed(const String& url,
InterfaceRequest<ServiceProvider> service_provider);
+ // Calls through to WindowManagerInternalClient::CloneAndAnimate(); see mojom
msw 2014/11/18 23:37:43 nit "to WindowManagerInternalClient; see "
+ // for description.
+ void CloneAndAnimate(Id view);
msw 2014/11/18 23:37:44 Is this actually called somewhere?
sky 2014/11/19 00:49:40 I was adding it now to cut down on size of future
+
// Overridden from ApplicationDelegate:
void Initialize(ApplicationImpl* impl) override;
bool ConfigureIncomingConnection(ApplicationConnection* connection) override;

Powered by Google App Engine
This is Rietveld 408576698