Fix VideoCapturer::OnMessage override

Somehow this bug is now detected after landing https://codereview.webrtc.org/1689923002/
See https://build.chromium.org/p/chromium.webrtc.fyi/builders/Mac%20Builder/builds/9638/steps/compile/logs/stdio

TBR=pthatcher@webrtc.org
BUG=webrtc:5426

Review URL: https://codereview.webrtc.org/1692923002 .

Cr-Commit-Position: refs/heads/master@{#11598}
This commit is contained in:
Per 2016-02-12 14:00:17 +01:00
parent a50924115e
commit 040f68e360

View File

@ -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.