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

Unified Diff: Source/modules/vr/VRHardwareUnitCollection.h

Issue 1165223006: Move WebVR public headers into public/platform/modules/vr (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed mismatched forward declaration Created 5 years, 6 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
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.h ('k') | Source/modules/vr/VRPositionState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRHardwareUnitCollection.h
diff --git a/Source/modules/vr/VRHardwareUnitCollection.h b/Source/modules/vr/VRHardwareUnitCollection.h
index 76fed5340681fb646d41ad7aed287784b46c00ba..2f01bb5205bda94ffe7285651f94ab5af63ce6d4 100644
--- a/Source/modules/vr/VRHardwareUnitCollection.h
+++ b/Source/modules/vr/VRHardwareUnitCollection.h
@@ -12,7 +12,7 @@
namespace blink {
-class WebVRDevice;
+struct WebVRDevice;
class VRHardwareUnitCollection final : public GarbageCollected<VRHardwareUnitCollection> {
public:
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.h ('k') | Source/modules/vr/VRPositionState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698