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

Unified Diff: Source/modules/vr/VRFieldOfView.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/VREyeParameters.cpp ('k') | Source/modules/vr/VRGetDevicesCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRFieldOfView.h
diff --git a/Source/modules/vr/VRFieldOfView.h b/Source/modules/vr/VRFieldOfView.h
index 0867bdf3f9c38f9851008a7895928426bff2f67a..5927c70d9885f57319ac20ac66f0e2835a2e5dd3 100644
--- a/Source/modules/vr/VRFieldOfView.h
+++ b/Source/modules/vr/VRFieldOfView.h
@@ -60,7 +60,7 @@ public:
void setLeftDegrees(double value) { m_leftDegrees = value; }
void setRightDegrees(double value) { m_rightDegrees = value; }
- void setFromWebVRFieldOfView(const blink::WebVRFieldOfView& fov)
+ void setFromWebVRFieldOfView(const WebVRFieldOfView& fov)
{
m_upDegrees = fov.upDegrees;
m_downDegrees = fov.downDegrees;
« no previous file with comments | « Source/modules/vr/VREyeParameters.cpp ('k') | Source/modules/vr/VRGetDevicesCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698