diff options
author | sergeyu <sergeyu@chromium.org> | 2015-09-17 14:36:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-17 21:36:38 +0000 |
commit | db5a4959cbe4e5f2cf264dcef000a85f8bb93229 (patch) | |
tree | 6c8f596988a68c057ffbb6aee8c7ad3eddaca830 /remoting/test/test_video_renderer.h | |
parent | e01ec2c18b6206199b2d61ba1a4149f68f1be63f (diff) | |
download | chromium_src-db5a4959cbe4e5f2cf264dcef000a85f8bb93229.zip chromium_src-db5a4959cbe4e5f2cf264dcef000a85f8bb93229.tar.gz chromium_src-db5a4959cbe4e5f2cf264dcef000a85f8bb93229.tar.bz2 |
Move ownership of PerformanceTracker out of video renderers.
Previously PerformanceTracker was owned by VideoRenderer
implementations. Move it to ChromotingInstance and
ChromotingJniInstance because the tracker will be responsible for
tracking all performance stats that may not be related to video
rendering.
Review URL: https://codereview.chromium.org/1353443003
Cr-Commit-Position: refs/heads/master@{#349498}
Diffstat (limited to 'remoting/test/test_video_renderer.h')
-rw-r--r-- | remoting/test/test_video_renderer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/test/test_video_renderer.h b/remoting/test/test_video_renderer.h index ea4c068..7e66e9d 100644 --- a/remoting/test/test_video_renderer.h +++ b/remoting/test/test_video_renderer.h @@ -38,7 +38,6 @@ class TestVideoRenderer : public VideoRenderer, public protocol::VideoStub { // VideoRenderer interface. void OnSessionConfig(const protocol::SessionConfig& config) override; - protocol::PerformanceTracker* GetPerformanceTracker() override; protocol::VideoStub* GetVideoStub() override; // protocol::VideoStub interface. |