| Index: ui/views/widget/desktop_aura/desktop_screen_position_client.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_position_client.h b/ui/views/widget/desktop_aura/desktop_screen_position_client.h
|
| index 222c2a1a4ea6897d2ec99b32c0404d021fcbca0d..9ccf72c31bdbba7783f4e519ddf8d64423f6ff14 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_position_client.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_position_client.h
|
| @@ -20,14 +20,14 @@ class VIEWS_EXPORT DesktopScreenPositionClient
|
|
|
| // aura::client::ScreenPositionClient overrides:
|
| virtual void ConvertPointToScreen(const aura::Window* window,
|
| - gfx::Point* point) OVERRIDE;
|
| + gfx::Point* point) override;
|
| virtual void ConvertPointFromScreen(const aura::Window* window,
|
| - gfx::Point* point) OVERRIDE;
|
| + gfx::Point* point) override;
|
| virtual void ConvertHostPointToScreen(aura::Window* window,
|
| - gfx::Point* point) OVERRIDE;
|
| + gfx::Point* point) override;
|
| virtual void SetBounds(aura::Window* window,
|
| const gfx::Rect& bounds,
|
| - const gfx::Display& display) OVERRIDE;
|
| + const gfx::Display& display) override;
|
|
|
| private:
|
| aura::Window* root_window_;
|
|
|