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

Unified Diff: ash/mus/bridge/wm_root_window_controller_mus.h

Issue 2503623002: Support creation of toplevel mus::Windows on separate displays (Closed)
Patch Set: Clean up/format code. Created 4 years, 1 month 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: ash/mus/bridge/wm_root_window_controller_mus.h
diff --git a/ash/mus/bridge/wm_root_window_controller_mus.h b/ash/mus/bridge/wm_root_window_controller_mus.h
index ebc5ac3eeb4fc2a37a790740b1b8bace579c53dc..02c613389fde854dffb0a008aca537c91f6e7f56 100644
--- a/ash/mus/bridge/wm_root_window_controller_mus.h
+++ b/ash/mus/bridge/wm_root_window_controller_mus.h
@@ -40,6 +40,9 @@ class WmRootWindowControllerMus : public WmRootWindowController {
return root_window_controller_;
}
+ gfx::Rect* ConvertWindowToScreen(const WmWindowMus* source,
mfomitchev 2016/11/17 17:14:01 Doesn't seem like there's any reason to create a m
thanhph 2016/11/17 19:08:30 Putting this function here could be good for futur
+ const ui::Window* window) const;
+
// Screen conversion functions.
gfx::Point ConvertPointToScreen(const WmWindowMus* source,
const gfx::Point& point) const;

Powered by Google App Engine
This is Rietveld 408576698