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

Unified Diff: third_party/WebKit/Source/platform/vr/vr_type_converters.cc

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/vr/vr_type_converters.cc
diff --git a/content/renderer/vr/vr_type_converters.cc b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc
similarity index 93%
rename from content/renderer/vr/vr_type_converters.cc
rename to third_party/WebKit/Source/platform/vr/vr_type_converters.cc
index ba220a4f4f9348a4f1bbbf2c1de0e4a8a59c83a9..7af120503ae82166d91cfd8001e5120370647b3d 100644
--- a/content/renderer/vr/vr_type_converters.cc
+++ b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/vr/vr_type_converters.h"
+#include "platform/vr/vr_type_converters.h"
#include <string.h>
#include <algorithm>
-using content::VRVector3Ptr;
-using content::VRVector4Ptr;
-using content::VRRectPtr;
-using content::VRFieldOfViewPtr;
-using content::VREyeParametersPtr;
-using content::VRHMDInfoPtr;
-using content::VRDeviceInfoPtr;
-using content::VRSensorStatePtr;
+using mojom::VRVector3Ptr;
+using mojom::VRVector4Ptr;
+using mojom::VRRectPtr;
+using mojom::VRFieldOfViewPtr;
+using mojom::VREyeParametersPtr;
+using mojom::VRHMDInfoPtr;
+using mojom::VRDeviceInfoPtr;
+using mojom::VRSensorStatePtr;
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698