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

Unified Diff: remoting/test/protocol_perftest.cc

Issue 2101833002: [Remoting Android] DisplayUpdaterFactory cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build Fix again Created 4 years, 6 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: remoting/test/protocol_perftest.cc
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index df566af0808fb27a534cf8cdd6aec95445345773..ff91f6fa95835f28b3371ca5a41a94c1b9a62234 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -149,6 +149,10 @@ class ProtocolPerfTest
}
// VideoRenderer interface.
+ bool Initialize(const ClientContext& client_context,
+ protocol::PerformanceTracker* perf_tracker) override {
+ return true;
+ }
void OnSessionConfig(const protocol::SessionConfig& config) override {}
protocol::VideoStub* GetVideoStub() override { return this; }
protocol::FrameConsumer* GetFrameConsumer() override { return this; }

Powered by Google App Engine
This is Rietveld 408576698