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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationDispatcher.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
Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
index cb32b03c12f26ebb769f18df068d0921454bc2cd..a21126bebfc9f223e0c10ac2132daf11b58a95f8 100644
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
@@ -29,8 +29,8 @@ private:
ScreenOrientationDispatcher();
// Inherited from PlatformEventDispatcher.
- virtual void startListening() override;
- virtual void stopListening() override;
+ void startListening() override;
+ void stopListening() override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698