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

Unified Diff: Source/modules/vr/VRHardwareUnit.cpp

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/VRGetDevicesCallback.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRHardwareUnit.cpp
diff --git a/Source/modules/vr/VRHardwareUnit.cpp b/Source/modules/vr/VRHardwareUnit.cpp
index 08eac9204764f4bd960fdc0fa5fb06d1da62c76f..b4d7c78875286f960ad9fb27f40ca34658a1db93 100644
--- a/Source/modules/vr/VRHardwareUnit.cpp
+++ b/Source/modules/vr/VRHardwareUnit.cpp
@@ -64,7 +64,7 @@ VRController* VRHardwareUnit::controller()
VRPositionState* VRHardwareUnit::getSensorState()
{
- blink::WebHMDSensorState state;
+ WebHMDSensorState state;
m_controller->getSensorState(m_index, state);
m_positionState->setState(state);
m_frameIndex = state.frameIndex;
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698