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

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

Issue 2715663007: Implement temporary reference assignment with DisplayCompositor. (Closed)
Patch Set: Rebase + fixes. Created 3 years, 10 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: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 97be57b3bbd8b1db0280a073dfcfd4604c53e7ed..929ceca6234ce7ce164da68fa1d99258daa2ccf7 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -283,6 +283,9 @@ class WindowServer : public ServerWindowDelegate,
bool IsUserInHighContrastMode(const UserId& user) const;
+ // Finds the parent of |window| that will be backed by a CompositorFrameSink.
+ ServerWindow* FindCompositorFrameSinkParent(ServerWindow* window);
+
// Overridden from ServerWindowDelegate:
ServerWindow* GetRootWindow(const ServerWindow* window) override;

Powered by Google App Engine
This is Rietveld 408576698