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

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

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/server_window_surface.cc ('k') | components/mus/ws/window_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree.h
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h
index 4a03beb451b0361da7f134681155e371a5514af6..608173c9642924fd4a5e964444b6eaf053c6dd6d 100644
--- a/components/mus/ws/window_tree.h
+++ b/components/mus/ws/window_tree.h
@@ -14,6 +14,7 @@
#include <string>
#include <vector>
+#include "base/callback.h"
#include "base/containers/hash_tables.h"
#include "base/macros.h"
#include "cc/ipc/surface_id.mojom.h"
@@ -344,7 +345,7 @@ class WindowTree : public mojom::WindowTree,
mojom::OrderDirection direction) override;
void GetWindowTree(
Id window_id,
- const mojo::Callback<void(mojo::Array<mojom::WindowDataPtr>)>& callback)
+ const base::Callback<void(mojo::Array<mojom::WindowDataPtr>)>& callback)
override;
void SetCapture(uint32_t change_id, Id window_id) override;
void ReleaseCapture(uint32_t change_id, Id window_id) override;
« no previous file with comments | « components/mus/ws/server_window_surface.cc ('k') | components/mus/ws/window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698