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

Unified Diff: Source/modules/device_orientation/DeviceMotionEvent.h

Issue 137923002: Update more modules/ classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/device_orientation/DeviceOrientationEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/device_orientation/DeviceMotionEvent.h
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h
index 3957cf4b4ce11ed37ce3f6500c8e2d32113f9a7d..e4ec1b1507e70f6c7b770a630d0c577ce847d6d5 100644
--- a/Source/modules/device_orientation/DeviceMotionEvent.h
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h
@@ -36,7 +36,7 @@ class DeviceRotationRate;
class DeviceMotionEvent FINAL : public Event {
public:
- ~DeviceMotionEvent();
+ virtual ~DeviceMotionEvent();
static PassRefPtr<DeviceMotionEvent> create()
{
return adoptRef(new DeviceMotionEvent);
« no previous file with comments | « no previous file | Source/modules/device_orientation/DeviceOrientationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698