diff options
author | sergeyu <sergeyu@chromium.org> | 2015-02-05 15:53:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-05 23:54:32 +0000 |
commit | 10ce97b93303fbaae04e340537bb7d964ccf542b (patch) | |
tree | 83b601b263d073acf96e3203d9de4ad6a2318426 /remoting/test/protocol_perftest.cc | |
parent | b73c88950e945e1f0a97ba90db9f89cd55b1bd87 (diff) | |
download | chromium_src-10ce97b93303fbaae04e340537bb7d964ccf542b.zip chromium_src-10ce97b93303fbaae04e340537bb7d964ccf542b.tar.gz chromium_src-10ce97b93303fbaae04e340537bb7d964ccf542b.tar.bz2 |
Rename VideoScheduler->VideoFramePump.
BUG=455818
Review URL: https://codereview.chromium.org/893353002
Cr-Commit-Position: refs/heads/master@{#314917}
Diffstat (limited to 'remoting/test/protocol_perftest.cc')
-rw-r--r-- | remoting/test/protocol_perftest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc index 7c4ffa3..f5edd8fd 100644 --- a/remoting/test/protocol_perftest.cc +++ b/remoting/test/protocol_perftest.cc @@ -22,7 +22,7 @@ #include "remoting/host/chromoting_host.h" #include "remoting/host/chromoting_host_context.h" #include "remoting/host/fake_desktop_environment.h" -#include "remoting/host/video_scheduler.h" +#include "remoting/host/video_frame_pump.h" #include "remoting/protocol/jingle_session_manager.h" #include "remoting/protocol/libjingle_transport_factory.h" #include "remoting/protocol/me2me_host_authenticator_factory.h" @@ -81,7 +81,7 @@ class ProtocolPerfTest : host_thread_("host"), capture_thread_("capture"), encode_thread_("encode") { - VideoScheduler::EnableTimestampsForTests(); + VideoFramePump::EnableTimestampsForTests(); host_thread_.StartWithOptions( base::Thread::Options(base::MessageLoop::TYPE_IO, 0)); capture_thread_.Start(); |