Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/vr/vr_service.mojom |
| diff --git a/content/common/vr_service.mojom b/third_party/WebKit/public/platform/modules/vr/vr_service.mojom |
| similarity index 98% |
| rename from content/common/vr_service.mojom |
| rename to third_party/WebKit/public/platform/modules/vr/vr_service.mojom |
| index 2d81ec70a11571e6758028b0ea075ffeb7f726d0..cc3575deebda7ffde818d00046862ec05a7d4956 100644 |
| --- a/content/common/vr_service.mojom |
| +++ b/third_party/WebKit/public/platform/modules/vr/vr_service.mojom |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -module content; |
| +module mojom; |
|
Yuki
2016/03/22 07:15:03
I'd feel that "mojom" doesn't make much sense. Th
RaviKasibhatla
2016/03/23 15:20:51
I am happy to put any module name. :)
Currently, f
|
| struct VRVector3 { |
| float x; |