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

Unified Diff: webrtc/test/null_transport.h

Issue 1376673004: Add a PacketOptions struct to webrtc::Transport. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 5 years, 3 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: webrtc/test/null_transport.h
diff --git a/webrtc/test/null_transport.h b/webrtc/test/null_transport.h
index a60d8cb91e22ce636af991b2c5ee91389d70e367..f4b704634d1c533b7be5a417e05167536a5dabbe 100644
--- a/webrtc/test/null_transport.h
+++ b/webrtc/test/null_transport.h
@@ -19,7 +19,9 @@ class PacketReceiver;
namespace test {
class NullTransport : public Transport {
public:
- bool SendRtp(const uint8_t* packet, size_t length) override;
+ bool SendRtp(const uint8_t* packet,
+ size_t length,
+ const PacketOptions& options) override;
bool SendRtcp(const uint8_t* packet, size_t length) override;
};
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698