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

Unified Diff: services/ui/ws/display_manager.h

Issue 2474113002: Mus+Ash: Unified BeginFrame Skeleton (Closed)
Patch Set: Remove window_tree.mojom.h 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: services/ui/ws/display_manager.h
diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
index 54dbb56a6d76d519c452a3e5c68e9ad559ef5cb3..1915aaa1b3a9675f7405963429f6d1a27283b250 100644
--- a/services/ui/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -51,7 +51,7 @@ class DisplayManager : public UserIdTrackerObserver,
// Returns the Display that contains |window|, or null if |window| is not
// attached to a display.
- Display* GetDisplayContaining(ServerWindow* window);
+ Display* GetDisplayContaining(const ServerWindow* window);
const Display* GetDisplayContaining(const ServerWindow* window) const;
// Returns the display with the specified display id, or null if there is no

Powered by Google App Engine
This is Rietveld 408576698