| Index: ash/screen_ash.h
|
| diff --git a/ash/screen_ash.h b/ash/screen_ash.h
|
| index cf2f2217e6b8dbce4c72f6269823f3ed8fa96452..8d836855b60258841002cb0e4385a5163302895d 100644
|
| --- a/ash/screen_ash.h
|
| +++ b/ash/screen_ash.h
|
| @@ -51,6 +51,10 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
|
| static gfx::Rect ConvertRectFromScreen(aura::Window* window,
|
| const gfx::Rect& rect);
|
|
|
| + // Returns a gfx::Display object for secondary display. Returns
|
| + // ivalid display if there is no secondary display connected.
|
| + static const gfx::Display& GetSecondaryDisplay();
|
| +
|
| protected:
|
| virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
| virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
|
|
|