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

Unified Diff: Source/modules/vr/HMDVRDevice.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/storage/StorageNamespace.h ('k') | Source/modules/vr/VRController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/HMDVRDevice.cpp
diff --git a/Source/modules/vr/HMDVRDevice.cpp b/Source/modules/vr/HMDVRDevice.cpp
index 4e7d56e17e25cb4b7706ad846a0b5b9c4458d47c..76d12978ce6571c13a34788e2028ae4117f0ae16 100644
--- a/Source/modules/vr/HMDVRDevice.cpp
+++ b/Source/modules/vr/HMDVRDevice.cpp
@@ -30,7 +30,7 @@ VREye HMDVRDevice::StringToVREye(const String& whichEye)
void HMDVRDevice::updateFromWebVRDevice(const WebVRDevice& device)
{
VRDevice::updateFromWebVRDevice(device);
- const blink::WebVRHMDInfo &hmdInfo = device.hmdInfo;
+ const WebVRHMDInfo &hmdInfo = device.hmdInfo;
m_eyeParametersLeft->setFromWebVREyeParameters(hmdInfo.leftEye);
m_eyeParametersRight->setFromWebVREyeParameters(hmdInfo.rightEye);
« no previous file with comments | « Source/modules/storage/StorageNamespace.h ('k') | Source/modules/vr/VRController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698