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

Unified Diff: blimp/engine/session/blimp_engine_session.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 | « blimp/engine/app/ui/blimp_window_tree_client.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.h
diff --git a/blimp/engine/session/blimp_engine_session.h b/blimp/engine/session/blimp_engine_session.h
index aa65afde1009ae75be579a3e18e6634efdf7b73d..f815a5a4102bbea8adf17761084503447995292e 100644
--- a/blimp/engine/session/blimp_engine_session.h
+++ b/blimp/engine/session/blimp_engine_session.h
@@ -30,7 +30,7 @@ class WindowTreeHost;
namespace client {
class DefaultCaptureClient;
-class WindowTreeClient;
+class WindowParentingClient;
} // namespace client
} // namespace aura
@@ -177,7 +177,7 @@ class BlimpEngineSession : public BlimpMessageProcessor,
std::unique_ptr<aura::client::DefaultCaptureClient> capture_client_;
// Used to attach null-parented windows (e.g. popups) to the root window.
- std::unique_ptr<aura::client::WindowTreeClient> window_tree_client_;
+ std::unique_ptr<aura::client::WindowParentingClient> window_parenting_client_;
// Manages all global settings for the engine session.
SettingsManager* settings_manager_;
« no previous file with comments | « blimp/engine/app/ui/blimp_window_tree_client.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698