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

Unified Diff: components/mus/ws/window_tree_impl.h

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 11 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 | « components/mus/ws/window_tree_host_impl.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_impl.h
diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
index 2ebc38367d729318951fcaa723a30f80cbd6b821..f49a2afcc0eec584f82ea36339acb7a52b8e5a31 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -44,7 +44,7 @@ class WindowTreeTest;
// internal state) as necessary.
class WindowTreeImpl : public mojom::WindowTree,
public AccessPolicyDelegate,
- public mojom::WindowManagerInternalClient {
+ public mojom::WindowManagerClient {
public:
WindowTreeImpl(ConnectionManager* connection_manager,
ServerWindow* root,
@@ -324,11 +324,11 @@ class WindowTreeImpl : public mojom::WindowTree,
Id transport_window_id,
mojo::InsetsPtr insets,
mojo::Array<mojo::RectPtr> transport_additional_client_areas) override;
- void GetWindowManagerInternalClient(
- mojo::AssociatedInterfaceRequest<mojom::WindowManagerInternalClient>
- internal) override;
+ void GetWindowManagerClient(
+ mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal)
+ override;
- // mojom::WindowManagerInternalClient:
+ // mojom::WindowManagerClient:
void WmResponse(uint32_t change_id, bool response) override;
void WmRequestClose(Id transport_window_id) override;
void WmSetFrameDecorationValues(
@@ -376,9 +376,9 @@ class WindowTreeImpl : public mojom::WindowTree,
std::queue<scoped_ptr<TargetedEvent>> event_queue_;
- scoped_ptr<mojo::AssociatedBinding<mojom::WindowManagerInternalClient>>
+ scoped_ptr<mojo::AssociatedBinding<mojom::WindowManagerClient>>
window_manager_internal_client_binding_;
- mojom::WindowManagerInternal* window_manager_internal_;
+ mojom::WindowManager* window_manager_internal_;
scoped_ptr<WaitingForTopLevelWindowInfo> waiting_for_top_level_window_info_;
« no previous file with comments | « components/mus/ws/window_tree_host_impl.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698