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

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

Issue 788343002: Restructure public side of gpu service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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: mojo/services/gpu/public/interfaces/gpu.mojom
diff --git a/mojo/services/public/interfaces/gpu/gpu.mojom b/mojo/services/gpu/public/interfaces/gpu.mojom
similarity index 81%
rename from mojo/services/public/interfaces/gpu/gpu.mojom
rename to mojo/services/gpu/public/interfaces/gpu.mojom
index f3187e3706ec1bf6e4723756c253b49dc1302d0f..4b74035ac6589adcfdb732a7465ff774687f9bd4 100644
--- a/mojo/services/public/interfaces/gpu/gpu.mojom
+++ b/mojo/services/gpu/public/interfaces/gpu.mojom
@@ -5,8 +5,8 @@
module mojo;
import "mojo/services/geometry/public/interfaces/geometry.mojom";
-import "mojo/services/public/interfaces/gpu/command_buffer.mojom";
-import "mojo/services/public/interfaces/gpu/viewport_parameter_listener.mojom";
+import "mojo/services/gpu/public/interfaces/command_buffer.mojom";
+import "mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom";
interface Gpu {
CreateOnscreenGLES2Context(uint64 native_viewport_id,
« no previous file with comments | « mojo/services/gpu/public/interfaces/command_buffer.mojom ('k') | mojo/services/gpu/public/interfaces/gpu_capabilities.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698