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

Unified Diff: components/mus/ws/window_tree_host_impl.h

Issue 1639223003: Makes it so each windowtreeclient can use whatever ids it wants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 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 | « components/mus/ws/window_tree_apptest.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_host_impl.h
diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
index 6c7580e8db90f5a0eeb3b174d78366a1f6d5f93a..69e298bd06edde1c7451d4830577787f20e5b4cd 100644
--- a/components/mus/ws/window_tree_host_impl.h
+++ b/components/mus/ws/window_tree_host_impl.h
@@ -157,7 +157,9 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
scoped_ptr<ProcessedEventTarget> processed_target;
};
- WindowId MapWindowIdFromClient(Id transport_window_id) const;
+ // Returns the ServerWindow with the specified transport id. Use this *only*
+ // if the call originates WindowTreeImpl associated with GetWindowTree().
+ ServerWindow* GetWindowFromWindowTreeHost(Id transport_window_id);
void OnClientClosed();
« no previous file with comments | « components/mus/ws/window_tree_apptest.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698