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

Unified Diff: components/gles2/gpu_impl.h

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/gles2/gpu_impl.h
diff --git a/components/gles2/gpu_impl.h b/components/gles2/gpu_impl.h
index c2700768125f98bf5a6354ed5a08b04038b3ecfb..737d118fd59e31562b0afa2f6e17e9db1311b076 100644
--- a/components/gles2/gpu_impl.h
+++ b/components/gles2/gpu_impl.h
@@ -9,11 +9,11 @@
#include "base/memory/ref_counted.h"
#include "base/threading/thread.h"
#include "components/gles2/gpu_state.h"
+#include "components/gpu/public/interfaces/command_buffer.mojom.h"
+#include "components/gpu/public/interfaces/gpu.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
-#include "third_party/mojo_services/src/geometry/public/interfaces/geometry.mojom.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom.h"
+#include "ui/mojo/geometry/geometry.mojom.h"
namespace gfx {
class GLShareGroup;

Powered by Google App Engine
This is Rietveld 408576698