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

Unified Diff: remoting/host/client_session_unittest.cc

Issue 1844143002: Add VideoLayout message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/host/client_session.cc ('k') | remoting/host/security_key/gnubby_extension_session_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session_unittest.cc
diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
index bd7c01a53dd9b57d228dec737c0d1a491888ff49..d288f5c107fd3522bd75795b87ada16afe198711 100644
--- a/remoting/host/client_session_unittest.cc
+++ b/remoting/host/client_session_unittest.cc
@@ -211,7 +211,8 @@ void ClientSessionTest::ConnectClientSession() {
void ClientSessionTest::NotifyVideoSize() {
connection_->last_video_stream()->size_callback().Run(
webrtc::DesktopSize(protocol::FakeDesktopCapturer::kWidth,
- protocol::FakeDesktopCapturer::kHeight));
+ protocol::FakeDesktopCapturer::kHeight),
+ webrtc::DesktopVector(kDefaultDpi, kDefaultDpi));
}
TEST_F(ClientSessionTest, DisableInputs) {
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/host/security_key/gnubby_extension_session_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698