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

Unified Diff: components/mus/public/cpp/window_tree_connection.h

Issue 1567623003: Adds remainder of support for multiple roots to WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment 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
Index: components/mus/public/cpp/window_tree_connection.h
diff --git a/components/mus/public/cpp/window_tree_connection.h b/components/mus/public/cpp/window_tree_connection.h
index 322bd04cb443f6be48d1ad233eb49a6bbadc6d12..f9b174013b8b80fba0a76acae49c0532bbe14372 100644
--- a/components/mus/public/cpp/window_tree_connection.h
+++ b/components/mus/public/cpp/window_tree_connection.h
@@ -68,6 +68,8 @@ class WindowTreeConnection {
Window* NewWindow() { return NewWindow(nullptr); }
virtual Window* NewWindow(
const std::map<std::string, std::vector<uint8_t>>* properties) = 0;
+ virtual Window* NewTopLevelWindow(
+ const std::map<std::string, std::vector<uint8_t>>* properties) = 0;
// Returns true if ACCESS_POLICY_EMBED_ROOT was specified.
virtual bool IsEmbedRoot() = 0;
« no previous file with comments | « components/mus/public/cpp/window_manager_delegate.h ('k') | components/mus/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698