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

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

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/vibration/NavigatorVibration.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.h
diff --git a/Source/modules/vr/HMDVRDevice.h b/Source/modules/vr/HMDVRDevice.h
index 4927a0651fee0231326a68647b23c4160a706a41..453ccd70cd827f29f20611359076af03bc9f348a 100644
--- a/Source/modules/vr/HMDVRDevice.h
+++ b/Source/modules/vr/HMDVRDevice.h
@@ -21,7 +21,7 @@ class HMDVRDevice final : public VRDevice {
public:
HMDVRDevice(VRHardwareUnit*, unsigned);
- virtual void updateFromWebVRDevice(const WebVRDevice&) override;
+ void updateFromWebVRDevice(const WebVRDevice&) override;
VREyeParameters* getEyeParameters(const String&);
void setFieldOfView(VRFieldOfView* leftFov = 0, VRFieldOfView* rightFov = 0);
« no previous file with comments | « Source/modules/vibration/NavigatorVibration.h ('k') | Source/modules/vr/VRController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698