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

Unified Diff: mojo/services/gpu/interfaces/context_provider.mojom

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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 | « mojo/services/gpu/interfaces/command_buffer.mojom ('k') | mojo/services/gpu/interfaces/gpu.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gpu/interfaces/context_provider.mojom
diff --git a/mojo/services/gpu/public/interfaces/context_provider.mojom b/mojo/services/gpu/interfaces/context_provider.mojom
similarity index 90%
rename from mojo/services/gpu/public/interfaces/context_provider.mojom
rename to mojo/services/gpu/interfaces/context_provider.mojom
index 88950e5ea1e55e060fcbdaccb890b51f36518468..9c6cc52eebe53dae25b69c2264e74a71cac5b823 100644
--- a/mojo/services/gpu/public/interfaces/context_provider.mojom
+++ b/mojo/services/gpu/interfaces/context_provider.mojom
@@ -5,8 +5,8 @@
[DartPackage="mojo_services"]
module mojo;
-import "gpu/public/interfaces/command_buffer.mojom";
-import "gpu/public/interfaces/viewport_parameter_listener.mojom";
+import "gpu/interfaces/command_buffer.mojom";
+import "gpu/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.
« no previous file with comments | « mojo/services/gpu/interfaces/command_buffer.mojom ('k') | mojo/services/gpu/interfaces/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698