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

Unified Diff: ash/shell.h

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tidy Created 8 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index a1cebe6728db568848e29b89a28815804b6fdc33..34760c9f5da6f1cb5d018d4c6620c4616dbd0933 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -167,6 +167,9 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
// until the another window who has a different root window becomes active.
static aura::RootWindow* GetActiveRootWindow();
+ // Returns the active RootWindow as a NativeView.
+ static gfx::NativeView GetRootNativeView();
+
// Returns all root windows.
static RootWindowList GetAllRootWindows();
« ash/display/display_controller.cc ('K') | « ash/screen_ash.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698