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

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

Issue 2012113003: mojo/converters/surfaces -> components/mus/public/cpp/surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_events
Patch Set: . Created 4 years, 7 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_server.cc ('k') | content/renderer/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree.cc
diff --git a/components/mus/ws/window_tree.cc b/components/mus/ws/window_tree.cc
index 56745cce413e70b38f88c6800de5207ac27c983e..b71f777cd45484c4faa069e7f0d2519902f159f9 100644
--- a/components/mus/ws/window_tree.cc
+++ b/components/mus/ws/window_tree.cc
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/stl_util.h"
+#include "components/mus/public/cpp/surfaces/surfaces_type_converters.h"
#include "components/mus/ws/default_access_policy.h"
#include "components/mus/ws/display.h"
#include "components/mus/ws/display_manager.h"
@@ -26,7 +27,6 @@
#include "components/mus/ws/window_server.h"
#include "components/mus/ws/window_tree_binding.h"
#include "mojo/converters/ime/ime_type_converters.h"
-#include "mojo/converters/surfaces/surfaces_type_converters.h"
#include "ui/events/mojo/input_events_type_converters.h"
#include "ui/gfx/geometry/mojo/geometry_type_converters.h"
#include "ui/platform_window/text_input_state.h"
« no previous file with comments | « components/mus/ws/window_server.cc ('k') | content/renderer/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698