Chromium Code Reviews| Index: extensions/shell/browser/shell_screen.h |
| diff --git a/extensions/shell/browser/shell_screen.h b/extensions/shell/browser/shell_screen.h |
| index 866a36ee2cdb26e1607f2e2d6d03b9e2a4c113eb..9746212c4e00b850a51ba0702c64d13665cf37a3 100644 |
| --- a/extensions/shell/browser/shell_screen.h |
| +++ b/extensions/shell/browser/shell_screen.h |
| @@ -41,7 +41,8 @@ class ShellScreen : public display::ScreenBase, public aura::WindowObserver { |
| gfx::Point GetCursorScreenPoint() override; |
| bool IsWindowUnderCursor(gfx::NativeWindow window) override; |
| gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override; |
| - display::Display GetDisplayNearestWindow(gfx::NativeView view) const override; |
| + display::Display GetDisplayNearestWindow( |
| + gfx::NativeWindow window) const override; |
|
benwells
2017/03/15 01:59:38
Shouldn't there be a matching .cc change?
Jinsuk Kim
2017/03/15 02:12:07
cc file already has the right signature. Build is
|
| private: |
| aura::WindowTreeHost* host_; // Not owned. |