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

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

Issue 1207513003: Some name casing corrections suggested by esprehn@ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | Source/modules/vr/HMDVRDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/HMDVRDevice.h
diff --git a/Source/modules/vr/HMDVRDevice.h b/Source/modules/vr/HMDVRDevice.h
index 70fea8317545c2fb5b893d2c3f3d4649631abb9c..4927a0651fee0231326a68647b23c4160a706a41 100644
--- a/Source/modules/vr/HMDVRDevice.h
+++ b/Source/modules/vr/HMDVRDevice.h
@@ -29,8 +29,6 @@ public:
DECLARE_VIRTUAL_TRACE();
private:
- static VREye StringToVREye(const String&);
-
Member<VREyeParameters> m_eyeParametersLeft;
Member<VREyeParameters> m_eyeParametersRight;
};
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698