summaryrefslogtreecommitdiffstats
path: root/remoting/test
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-03-25 13:27:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 20:28:56 +0000
commit24ed25b8af345a6004dfc45f52401aebe20ac76e (patch)
treec973836f55de3f214121c53b228e6865ed977496 /remoting/test
parent97ddb5c86d7d72e450db6618ec2937d751ecceb5 (diff)
downloadchromium_src-24ed25b8af345a6004dfc45f52401aebe20ac76e.zip
chromium_src-24ed25b8af345a6004dfc45f52401aebe20ac76e.tar.gz
chromium_src-24ed25b8af345a6004dfc45f52401aebe20ac76e.tar.bz2
Remove shaped desktop support from remoting host and client.
We no longer need to support shaped desktop, so the corresponding code can be removed. Review URL: https://codereview.chromium.org/1827043004 Cr-Commit-Position: refs/heads/master@{#383340}
Diffstat (limited to 'remoting/test')
-rw-r--r--remoting/test/test_video_renderer.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/test/test_video_renderer.cc b/remoting/test/test_video_renderer.cc
index 42bd96f..00a4bf7 100644
--- a/remoting/test/test_video_renderer.cc
+++ b/remoting/test/test_video_renderer.cc
@@ -177,9 +177,6 @@ void TestVideoRenderer::Core::ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
}
}
- // To make life easier, assume that the desktop shape is a single rectangle.
- packet->clear_use_desktop_shape();
-
// Render the result into a new DesktopFrame instance that shares buffer with
// |frame_|. updated_region() will be updated for |new_frame|, but not for
// |frame_|.