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

Unified Diff: content/renderer/media/webrtc/video_destination_handler.h

Issue 823713002: Standardize usage of virtual/override/final specifiers in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: content/renderer/media/webrtc/video_destination_handler.h
diff --git a/content/renderer/media/webrtc/video_destination_handler.h b/content/renderer/media/webrtc/video_destination_handler.h
index 2855e6feb82729952cfece72109b5f88d1472f3b..7cb60dd9914fbf0c4fd66693855dcfc3f75e5d4f 100644
--- a/content/renderer/media/webrtc/video_destination_handler.h
+++ b/content/renderer/media/webrtc/video_destination_handler.h
@@ -45,8 +45,8 @@ class CONTENT_EXPORT PpFrameWriter
// FrameWriterInterface implementation.
// This method will be called by the Pepper host from render thread.
- virtual void PutFrame(PPB_ImageData_Impl* image_data,
- int64 time_stamp_ns) override;
+ void PutFrame(PPB_ImageData_Impl* image_data, int64 time_stamp_ns) override;
+
protected:
// MediaStreamVideoSource implementation.
void GetCurrentSupportedFormats(

Powered by Google App Engine
This is Rietveld 408576698