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

Unified Diff: third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h

Issue 1906883002: [Do Not Commit] Migrate vr service from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/modules/vr/VRGetDevicesCallback.h
diff --git a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
index ef0bff9d04f5ab20519ff80eec77180d2b9f0b60..48edf76e07630e6a45252d804a2b84af9e9beb16 100644
--- a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
+++ b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
@@ -5,14 +5,13 @@
#ifndef VRGetDevicesCallback_h
#define VRGetDevicesCallback_h
+#include "modules/vr/VRController.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/vr/WebVRClient.h"
namespace blink {
class VRHardwareUnitCollection;
class ScriptPromiseResolver;
-class WebVRClient;
class VRGetDevicesCallback final : public WebVRGetDevicesCallback {
USING_FAST_MALLOC(VRGetDevicesCallback);
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRController.cpp ('k') | third_party/WebKit/Source/modules/vr/VRHardwareUnit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698