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

Unified Diff: Source/modules/vr/VRController.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/vr/HMDVRDevice.h ('k') | Source/modules/webaudio/AnalyserNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRController.h
diff --git a/Source/modules/vr/VRController.h b/Source/modules/vr/VRController.h
index 93e3937777647d3134bbae72804bec30cc81b9cb..83ca7a187a215110917a41a7fb1eb3ce16051335 100644
--- a/Source/modules/vr/VRController.h
+++ b/Source/modules/vr/VRController.h
@@ -38,7 +38,7 @@ private:
VRController(LocalFrame&, WebVRClient*);
// Inherited from LocalFrameLifecycleObserver.
- virtual void willDetachFrameHost() override;
+ void willDetachFrameHost() override;
WebVRClient* m_client;
};
« no previous file with comments | « Source/modules/vr/HMDVRDevice.h ('k') | Source/modules/webaudio/AnalyserNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698