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

Unified Diff: services/ui/public/cpp/window_tree_client.h

Issue 2472983004: Fixs bug in notifying clients about hierarchy changes (Closed)
Patch Set: cleanup 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
« no previous file with comments | « no previous file | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_tree_client.h
diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
index 9d993fad78395de4d2b54eadc9111f4869049513..0a942c2187cf46621dae4b6db93fec255a592c04 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -250,8 +250,8 @@ class WindowTreeClient : public mojom::WindowTreeClient,
static Id server_id(const Window* window) { return window->server_id(); }
- Window* BuildWindowTree(const mojo::Array<mojom::WindowDataPtr>& windows,
- Window* initial_parent);
+ void BuildWindowTree(const mojo::Array<mojom::WindowDataPtr>& windows,
+ Window* initial_parent);
Window* NewWindowImpl(NewWindowType type,
const Window::SharedProperties* properties);
« no previous file with comments | « no previous file | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698