Chromium Code Reviews| Index: chromecast/graphics/cast_screen.h |
| diff --git a/chromecast/graphics/cast_screen.h b/chromecast/graphics/cast_screen.h |
| index efcde628d2a573a7ccedb503d9378da6da5fe521..0bdae095f16b4ee0663e9478af4a266b5c681062 100644 |
| --- a/chromecast/graphics/cast_screen.h |
| +++ b/chromecast/graphics/cast_screen.h |
| @@ -28,7 +28,8 @@ class CastScreen : public display::ScreenBase { |
| 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; |
|
halliwell
2017/03/14 23:46:44
you'll need to update the cc file as well for this
Jinsuk Kim
2017/03/15 00:46:05
cc file already has the right signature. Build is
|
| private: |
| CastScreen(); |