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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2535983004: Makes sure bounds and visibilty are updated correctly for new displays (Closed)
Patch Set: merge Created 4 years 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 | « services/ui/test_wm/test_wm.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 5e17fe5f27ea73ece293dedc3855e478ac3956d4..d715b485f7beeeca1b7a01d55d49ed926840dc63 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -57,7 +57,6 @@ struct WindowPortPropertyData;
class WindowTreeClientDelegate;
class WindowTreeClientPrivate;
class WindowTreeClientObserver;
-class WindowTreeHost;
class WindowTreeHostMus;
namespace client {
@@ -238,9 +237,9 @@ class AURA_EXPORT WindowTreeClient
bool drawn);
// Called by WmNewDisplayAdded().
- WindowTreeHost* WmNewDisplayAddedImpl(const display::Display& display,
- ui::mojom::WindowDataPtr root_data,
- bool parent_drawn);
+ WindowTreeHostMus* WmNewDisplayAddedImpl(const display::Display& display,
+ ui::mojom::WindowDataPtr root_data,
+ bool parent_drawn);
std::unique_ptr<EventResultCallback> CreateEventResultCallback(
int32_t event_id);
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698