| Index: ash/display/screen_ash.h
|
| diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
|
| index fe951b8f2fa6f74b8fc154c4fffc058bcea9b542..aac8465e13b4c4521dde48396c54af4df371cbf0 100644
|
| --- a/ash/display/screen_ash.h
|
| +++ b/ash/display/screen_ash.h
|
| @@ -32,7 +32,7 @@ class ASH_EXPORT ScreenAsh : public display::Screen {
|
|
|
| // display::Screen overrides:
|
| gfx::Point GetCursorScreenPoint() override;
|
| - gfx::NativeWindow GetWindowUnderCursor() override;
|
| + bool IsWindowUnderCursor(gfx::NativeWindow window) override;
|
| gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
|
| int GetNumDisplays() const override;
|
| std::vector<display::Display> GetAllDisplays() const override;
|
|
|