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

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

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict 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 | « ui/aura/mus/window_mus.h ('k') | ui/aura/mus/window_tree_client_delegate.h » ('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 f732357a7d453005d837fa7013d14813906c5014..f9835fe486dd0e8548e9a172993238e68ab08af7 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -53,7 +53,6 @@ class InFlightPropertyChange;
class InFlightVisibleChange;
class WindowMus;
class WindowPortMus;
-struct WindowPortInitData;
struct WindowPortPropertyData;
class WindowTreeClientDelegate;
class WindowTreeClientPrivate;
@@ -61,10 +60,6 @@ class WindowTreeClientObserver;
class WindowTreeHost;
class WindowTreeHostMus;
-namespace client {
-class FocusClient;
-}
-
using EventResultCallback = base::Callback<void(ui::mojom::EventResult)>;
// Manages the connection with mus.
« no previous file with comments | « ui/aura/mus/window_mus.h ('k') | ui/aura/mus/window_tree_client_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698