summaryrefslogtreecommitdiffstats
path: root/ash/screen_ash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/screen_ash.h')
-rw-r--r--ash/screen_ash.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 8d83685..078b765 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -7,7 +7,7 @@
#include "ash/ash_export.h"
#include "base/compiler_specific.h"
-#include "ui/gfx/screen_impl.h"
+#include "ui/gfx/screen.h"
namespace gfx {
class Rect;
@@ -17,7 +17,7 @@ namespace ash {
// Aura implementation of gfx::Screen. Implemented here to avoid circular
// dependencies.
-class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
+class ASH_EXPORT ScreenAsh : public gfx::Screen {
public:
ScreenAsh();
virtual ~ScreenAsh();
@@ -56,6 +56,9 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
static const gfx::Display& GetSecondaryDisplay();
protected:
+
+ // Implementation of gfx::Screen:
+ virtual bool IsDIPEnabled() OVERRIDE;
virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;