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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index bce174e6447dd2f90735d1c8a9e6159229a77016..f29eaca5d16ea54921a917212927021deaf71040 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -414,7 +414,7 @@ class CORE_EXPORT HTMLMediaElement
void DisconnectedFromRemoteDevice() final;
void CancelledRemotePlaybackRequest() final;
void RemotePlaybackStarted() final;
- void OnBecamePersistentVideo(bool) override{};
+ void OnBecamePersistentVideo(bool) override {}
bool HasSelectedVideoTrack() final;
WebMediaPlayer::TrackId GetSelectedVideoTrackId() final;
bool IsAutoplayingMuted() final;
« no previous file with comments | « sandbox/win/src/ipc_unittest.cc ('k') | third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698