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

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

Issue 1106263003: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/modules/vr/HMDVRDevice.cpp ('k') | Source/modules/vr/VRController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRController.h
diff --git a/Source/modules/vr/VRController.h b/Source/modules/vr/VRController.h
index fc0130b47cd0f7a587c682f5aa65b8e3da4b1794..30195a5c99937db1ef9f1dd138497450459e79f2 100644
--- a/Source/modules/vr/VRController.h
+++ b/Source/modules/vr/VRController.h
@@ -23,7 +23,7 @@ public:
void getDevices(WebVRGetDevicesCallback*);
- void getSensorState(unsigned index, blink::WebHMDSensorState& into);
+ void getSensorState(unsigned index, WebHMDSensorState& into);
void resetSensor(unsigned index);
« no previous file with comments | « Source/modules/vr/HMDVRDevice.cpp ('k') | Source/modules/vr/VRController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698