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

Unified Diff: components/view_manager/display_manager.cc

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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
Index: components/view_manager/display_manager.cc
diff --git a/components/view_manager/display_manager.cc b/components/view_manager/display_manager.cc
index 05eafc14bc4b10e4d4cb97ff4d3e533bc58d3f91..e59661819d416bb71aaf950b92c3a410a30d0406 100644
--- a/components/view_manager/display_manager.cc
+++ b/components/view_manager/display_manager.cc
@@ -5,6 +5,9 @@
#include "components/view_manager/display_manager.h"
#include "base/numerics/safe_conversions.h"
+#include "components/gpu/public/interfaces/gpu.mojom.h"
+#include "components/surfaces/public/interfaces/quads.mojom.h"
+#include "components/surfaces/public/interfaces/surfaces.mojom.h"
#include "components/view_manager/connection_manager.h"
#include "components/view_manager/server_view.h"
#include "components/view_manager/view_coordinate_conversions.h"
@@ -14,9 +17,6 @@
#include "mojo/converters/transform/transform_type_converters.h"
#include "third_party/mojo/src/mojo/public/cpp/application/application_connection.h"
#include "third_party/mojo/src/mojo/public/cpp/application/application_impl.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom.h"
-#include "third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom.h"
-#include "third_party/mojo_services/src/surfaces/public/interfaces/surfaces.mojom.h"
using mojo::Rect;
using mojo::Size;

Powered by Google App Engine
This is Rietveld 408576698