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

Unified Diff: athena/activity/public/activity.h

Issue 477523002: Athena: Adding basic resource management framework (un-/re-loading) of V2 applications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Aaaand another rebase. Created 6 years, 4 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 | « no previous file | athena/athena.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/public/activity.h
diff --git a/athena/activity/public/activity.h b/athena/activity/public/activity.h
index 74a6c41123612bf482eb17c9343ed125fa6bff0a..041449b6721cadd043ada2540febd38746be5470 100644
--- a/athena/activity/public/activity.h
+++ b/athena/activity/public/activity.h
@@ -9,6 +9,10 @@
#include "athena/athena_export.h"
+namespace aura {
+class Window;
+}
+
namespace athena {
class ActivityViewModel;
@@ -72,6 +76,10 @@ class ATHENA_EXPORT Activity {
// Returns the current media state.
virtual ActivityMediaState GetMediaState() = 0;
+
+ // Returns the window for the activity. This can be used to determine the
+ // stacking order of this activity against others.
+ virtual aura::Window* GetWindow() = 0;
};
} // namespace athena
« no previous file with comments | « no previous file | athena/athena.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698