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

Unified Diff: Source/core/html/shadow/MediaControlsChromium.h

Issue 135833002: Add missing virtual keyword for methods with OVERRIDE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/core/editing/CreateLinkCommand.h ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControlsChromium.h
diff --git a/Source/core/html/shadow/MediaControlsChromium.h b/Source/core/html/shadow/MediaControlsChromium.h
index 5e3c55e8512579aa3ea161beb2d7340eecf25268..55e5d5f9b5bc68275e47c47d79076ce326ae6a61 100644
--- a/Source/core/html/shadow/MediaControlsChromium.h
+++ b/Source/core/html/shadow/MediaControlsChromium.h
@@ -42,11 +42,11 @@ public:
virtual void playbackStarted() OVERRIDE;
- void changedMute() OVERRIDE;
+ virtual void changedMute() OVERRIDE;
virtual void updateCurrentTimeDisplay() OVERRIDE;
- void createTextTrackDisplay() OVERRIDE;
+ virtual void createTextTrackDisplay() OVERRIDE;
virtual void insertTextTrackContainer(PassRefPtr<MediaControlTextTrackContainerElement>);
« no previous file with comments | « Source/core/editing/CreateLinkCommand.h ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698