| Index: ash/display/screen_ash.h
|
| diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
|
| index 93a26d9003ee7cf647ce303916be5a46571e1639..061c747cfd08d6a280148906dc95676d4f1b369d 100644
|
| --- a/ash/display/screen_ash.h
|
| +++ b/ash/display/screen_ash.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT ScreenAsh : public display::Screen {
|
| ScreenAsh();
|
| ~ScreenAsh() override;
|
|
|
| - // display::Screen overrides:
|
| + // display::Screen:
|
| gfx::Point GetCursorScreenPoint() override;
|
| bool IsWindowUnderCursor(gfx::NativeWindow window) override;
|
| gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
|
| @@ -44,6 +44,7 @@ class ASH_EXPORT ScreenAsh : public display::Screen {
|
| display::Display GetPrimaryDisplay() const override;
|
| void AddObserver(display::DisplayObserver* observer) override;
|
| void RemoveObserver(display::DisplayObserver* observer) override;
|
| + void SetDeviceScaleFactorForTest(float scale_factor) override;
|
|
|
| private:
|
| friend class DisplayManager;
|
|
|