Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10144)

Unified Diff: chromecast/graphics/cast_screen.h

Issue 2688413007: Add display::GetDisplayNearestView (Closed)
Patch Set: updated log Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698