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

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: 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 | ui/aura/mus/window_tree_client.cc » ('j') | ui/aura/mus/window_tree_client.cc » ('J')
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 356f05812d09b07a34f62a1624952fa80504139b..407fc191ff57e2628d73552aef60fd5e9ffb7751 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 | « no previous file | ui/aura/mus/window_tree_client.cc » ('j') | ui/aura/mus/window_tree_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698