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

Unified Diff: Source/modules/vr/VRController.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/VRController.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRController.cpp
diff --git a/Source/modules/vr/VRController.cpp b/Source/modules/vr/VRController.cpp
index b5fc848737005cd242a6541301c758cac5b70a10..494d9fb1819e8fd32cd237b98985c06067930058 100644
--- a/Source/modules/vr/VRController.cpp
+++ b/Source/modules/vr/VRController.cpp
@@ -51,7 +51,7 @@ void VRController::getDevices(WebVRGetDevicesCallback* callback)
m_client->getDevices(callback);
}
-void VRController::getSensorState(unsigned index, blink::WebHMDSensorState& into)
+void VRController::getSensorState(unsigned index, WebHMDSensorState& into)
{
// When detached, the client is no longer valid.
if (!m_client)
« no previous file with comments | « Source/modules/vr/VRController.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698