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

Unified Diff: remoting/test/test_video_renderer.cc

Issue 2113523007: More cleanups in FrameStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 4 years, 5 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 | « remoting/test/test_video_renderer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/test_video_renderer.cc
diff --git a/remoting/test/test_video_renderer.cc b/remoting/test/test_video_renderer.cc
index b583f57dd588e40532eeaaec930a7632f3bf0b5c..3f9b26fdb8f28d09f1cb2b9577dc0460f7d7ad54 100644
--- a/remoting/test/test_video_renderer.cc
+++ b/remoting/test/test_video_renderer.cc
@@ -294,8 +294,9 @@ TestVideoRenderer::~TestVideoRenderer() {
video_decode_thread_->Stop();
}
-bool TestVideoRenderer::Initialize(const ClientContext& client_context,
- protocol::PerformanceTracker* perf_tracker) {
+bool TestVideoRenderer::Initialize(
+ const ClientContext& client_context,
+ protocol::FrameStatsConsumer* stats_consumer) {
return true;
}
@@ -319,6 +320,9 @@ protocol::FrameConsumer* TestVideoRenderer::GetFrameConsumer() {
NOTREACHED();
return nullptr;
}
+protocol::FrameStatsConsumer* TestVideoRenderer::GetFrameStatsConsumer() {
+ return nullptr;
+}
void TestVideoRenderer::ProcessVideoPacket(
std::unique_ptr<VideoPacket> video_packet,
« no previous file with comments | « remoting/test/test_video_renderer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698