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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.h

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 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
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index a6a05912fa2ad4715173b54a078f44eecb1a63e8..15c86c6ef391b5482f716a18e39811bac1eacccc 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -26,7 +26,7 @@ namespace client {
class DragDropClient;
class FocusClient;
class ScreenPositionClient;
-class WindowTreeClient;
+class WindowParentingClient;
}
}
@@ -263,7 +263,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
std::unique_ptr<wm::FocusController> focus_client_;
std::unique_ptr<aura::client::ScreenPositionClient> position_client_;
std::unique_ptr<aura::client::DragDropClient> drag_drop_client_;
- std::unique_ptr<aura::client::WindowTreeClient> window_tree_client_;
+ std::unique_ptr<aura::client::WindowParentingClient> window_parenting_client_;
std::unique_ptr<DesktopEventClient> event_client_;
std::unique_ptr<FocusManagerEventHandler> focus_manager_event_handler_;
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698