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

Unified Diff: ash/mus/screen_mus.h

Issue 2804523002: Fix mistmached |GetDisplayNearest{Window,View}| param type (Closed)
Patch Set: window Created 3 years, 8 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
« no previous file with comments | « ash/laser/laser_pointer_view.cc ('k') | ash/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/screen_mus.h
diff --git a/ash/mus/screen_mus.h b/ash/mus/screen_mus.h
index 3e9e7209bf7a4d2242fc599c3e0ba3b1cd860b15..c75a95f81058e3153cfb27164a614e0575f308c0 100644
--- a/ash/mus/screen_mus.h
+++ b/ash/mus/screen_mus.h
@@ -32,7 +32,8 @@ class ScreenMus : public display::ScreenBase {
private:
// display::ScreenBase:
- display::Display GetDisplayNearestWindow(aura::Window* window) const override;
+ display::Display GetDisplayNearestWindow(
+ gfx::NativeWindow window) const override;
gfx::Point GetCursorScreenPoint() override;
bool IsWindowUnderCursor(gfx::NativeWindow window) override;
gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
« no previous file with comments | « ash/laser/laser_pointer_view.cc ('k') | ash/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698