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

Unified Diff: ash/mus/screen_mus.h

Issue 2626453002: Standardize Screen::GetCursorScreenPoint() on Env::last_mouse_location (Closed)
Patch Set: explicit Created 3 years, 11 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 | « no previous file | ash/mus/screen_mus.cc » ('j') | ui/views/mus/mus_client.cc » ('J')
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 d98c070385939554ea17e40ce92b5092a7b092d3..d75147fb0408c4eff214f6cac9d1bb4b34493b81 100644
--- a/ash/mus/screen_mus.h
+++ b/ash/mus/screen_mus.h
@@ -24,6 +24,7 @@ class ScreenMus : public display::ScreenBase {
private:
// display::ScreenBase:
display::Display GetDisplayNearestWindow(aura::Window* window) const override;
+ gfx::Point GetCursorScreenPoint() override;
DISALLOW_COPY_AND_ASSIGN(ScreenMus);
};
« no previous file with comments | « no previous file | ash/mus/screen_mus.cc » ('j') | ui/views/mus/mus_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698