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

Unified Diff: media/cast/test/utility/in_process_receiver.h

Issue 229463002: Add audio playback (all platforms) to cast_receiver_app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« media/cast/test/receiver.cc ('K') | « media/cast/test/receiver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/in_process_receiver.h
diff --git a/media/cast/test/utility/in_process_receiver.h b/media/cast/test/utility/in_process_receiver.h
index de18845bfbcad04d12713bcc795dd232ad441a77..f5624ced281a932e7efed15b1ced51b5d53e4b37 100644
--- a/media/cast/test/utility/in_process_receiver.h
+++ b/media/cast/test/utility/in_process_receiver.h
@@ -59,7 +59,7 @@ class InProcessReceiver {
// Begin delivering any received audio/video frames to the OnXXXFrame()
// methods.
- void Start();
+ virtual void Start();
// Schedules destruction on the cast MAIN thread. Any external references to
// the InProcessReceiver instance become invalid.
@@ -69,7 +69,7 @@ class InProcessReceiver {
// Destroy the sub-compontents of this class.
// After this call, it is safe to destroy this object on any thread.
- void Stop();
+ virtual void Stop();
protected:
// To be implemented by subclasses. These are called on the Cast MAIN thread
« media/cast/test/receiver.cc ('K') | « media/cast/test/receiver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698