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

Unified Diff: components/gpu/public/interfaces/context_provider.mojom

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/gpu/public/interfaces/context_provider.mojom
diff --git a/third_party/mojo_services/src/gpu/public/interfaces/context_provider.mojom b/components/gpu/public/interfaces/context_provider.mojom
similarity index 89%
rename from third_party/mojo_services/src/gpu/public/interfaces/context_provider.mojom
rename to components/gpu/public/interfaces/context_provider.mojom
index 59d3b7b84aebfc4a7593bb9476ce3c16d84ec2cd..e51c92a75b9e744731fac1d5571a1dae06b69436 100644
--- a/third_party/mojo_services/src/gpu/public/interfaces/context_provider.mojom
+++ b/components/gpu/public/interfaces/context_provider.mojom
@@ -4,8 +4,8 @@
module mojo;
-import "gpu/public/interfaces/command_buffer.mojom";
-import "gpu/public/interfaces/viewport_parameter_listener.mojom";
+import "components/gpu/public/interfaces/command_buffer.mojom";
+import "components/gpu/public/interfaces/viewport_parameter_listener.mojom";
// A ContextProvider can be used to provide new command buffers related to a
// particular context, for instance configured to draw to a particular display.

Powered by Google App Engine
This is Rietveld 408576698