 Chromium Code Reviews
 Chromium Code Reviews Issue 1808203005:
  [OnionSoup] Moving VR service from content to Blink  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1808203005:
  [OnionSoup] Moving VR service from content to Blink  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 5e90880a5192f5e59aa268baa5091399ff66a3f7..aad1f0d2cfc10497a033055fd5d0cee5bae75bc6 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.mojom; | 
| +module blink.mojom; | 
| 
dcheng
2016/04/27 00:09:29
Btw, let's make sure this file has noparent IPC OW
 
RaviKasibhatla
2016/04/27 14:33:49
Sorry, but I am not clear. content/common specifie
 | 
| struct VRVector3 { | 
| float x; |