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

Unified Diff: webrtc/media/base/videocapturer.h

Issue 1692923002: Fix VideoCapturer::OnMessage override (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videocapturer.h
diff --git a/webrtc/media/base/videocapturer.h b/webrtc/media/base/videocapturer.h
index 0320034cad789b3d00fe591677cdcbf4b42f89dd..543af026c04f25423a79d8d309cd7f35a019acd2 100644
--- a/webrtc/media/base/videocapturer.h
+++ b/webrtc/media/base/videocapturer.h
@@ -289,7 +289,7 @@ class VideoCapturer : public sigslot::has_slots<>,
void SetCaptureState(CaptureState state);
// Marshals SignalStateChange onto thread_.
- void OnMessage(rtc::Message* message);
+ void OnMessage(rtc::Message* message) override;
// subclasses override this virtual method to provide a vector of fourccs, in
// order of preference, that are expected by the media engine.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698