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

Unified Diff: ui/aura/desktop/desktop_screen_win.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 | « ui/aura/desktop/desktop_screen.h ('k') | ui/aura/desktop/desktop_screen_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop/desktop_screen_win.h
diff --git a/ui/aura/desktop/desktop_screen_win.h b/ui/aura/desktop/desktop_screen_win.h
index 7d67b195e673921e0fa423b3018cebbfdfe08d7b..2ec08a9deeca7a1dc19d3f12f52eb8492753f0ae 100644
--- a/ui/aura/desktop/desktop_screen_win.h
+++ b/ui/aura/desktop/desktop_screen_win.h
@@ -6,16 +6,17 @@
#define UI_AURA_DESKTOP_DESKTOP_SCREEN_WIN_H_
#include "ui/aura/aura_export.h"
-#include "ui/gfx/screen_impl.h"
+#include "ui/gfx/screen.h"
namespace aura {
-class AURA_EXPORT DesktopScreenWin : public gfx::ScreenImpl {
+class AURA_EXPORT DesktopScreenWin : public gfx::Screen {
public:
DesktopScreenWin();
virtual ~DesktopScreenWin();
- // Overridden from gfx::ScreenImpl:
+ // Overridden from gfx::Screen:
+ virtual bool IsDIPEnabled() OVERRIDE;
virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
virtual int GetNumDisplays() OVERRIDE;
« no previous file with comments | « ui/aura/desktop/desktop_screen.h ('k') | ui/aura/desktop/desktop_screen_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698