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

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

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/content/renderer/vr/vr_type_converters.h b/third_party/WebKit/Source/platform/vr/vr_type_converters.h
similarity index 87%
rename from content/renderer/vr/vr_type_converters.h
rename to third_party/WebKit/Source/platform/vr/vr_type_converters.h
index 8902cd5a844374a439ffbd121c7b87855d0c51b7..ef2fef4eeb63981349ba2ee3a9a79e415062c585 100644
--- a/content/renderer/vr/vr_type_converters.h
+++ b/third_party/WebKit/Source/platform/vr/vr_type_converters.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
-#define CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
+#ifndef BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_
+#define BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_
#include "content/common/vr_service.mojom.h"
#include "mojo/common/common_type_converters.h"
-#include "third_party/WebKit/public/platform/modules/vr/WebVR.h"
+#include "public/platform/modules/vr/WebVR.h"
namespace mojo {
@@ -59,4 +59,4 @@ struct TypeConverter<blink::WebHMDSensorState, content::VRSensorStatePtr> {
} // namespace mojo
-#endif // CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
+#endif // BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_

Powered by Google App Engine
This is Rietveld 408576698