Index: url/mojo/url.mojom |
diff --git a/gpu/command_buffer/common/capabilities.mojom b/url/mojo/url.mojom |
similarity index 77% |
copy from gpu/command_buffer/common/capabilities.mojom |
copy to url/mojo/url.mojom |
index fd35409e940e193377d9411c182e99746220f2a7..610bde0656369bafc808d7225be19eec1801d8bf 100644 |
--- a/gpu/command_buffer/common/capabilities.mojom |
+++ b/url/mojo/url.mojom |
@@ -1,8 +1,9 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-module gpu.mojom; |
- |
-[Native] |
-struct Capabilities; |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+module url; |
Ken Rockot(use gerrit already)
2016/03/03 05:23:28
I think this is fine as is, but IMHO we should rea
jam
2016/03/03 16:09:04
ah I forgot, added mojom.
GURL is in global namesp
|
+ |
+struct Url { |
+ string url; |
+}; |