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

Unified Diff: ui/aura/desktop/desktop_screen.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: fix new addition 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
« no previous file with comments | « content/shell/shell_aura.cc ('k') | ui/aura/desktop/desktop_screen_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop/desktop_screen.h
diff --git a/ui/aura/desktop/desktop_screen.h b/ui/aura/desktop/desktop_screen.h
index a1fe6485afc77f948d0712c2fb0592196b2dde80..adc3ed3e0158dfff24d11343b02942ea8ac57f7f 100644
--- a/ui/aura/desktop/desktop_screen.h
+++ b/ui/aura/desktop/desktop_screen.h
@@ -8,14 +8,14 @@
#include "ui/aura/aura_export.h"
namespace gfx {
-class ScreenImpl;
+class Screen;
}
namespace aura {
-// Creates a ScreenImpl that represents the screen of the environment that hosts
+// Creates a Screen that represents the screen of the environment that hosts
// a RootWindowHost. Caller owns the result.
-AURA_EXPORT gfx::ScreenImpl* CreateDesktopScreen();
+AURA_EXPORT gfx::Screen* CreateDesktopScreen();
} // namespace aura
« no previous file with comments | « content/shell/shell_aura.cc ('k') | ui/aura/desktop/desktop_screen_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698