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

Unified Diff: remoting/codec/video_decoder_verbatim.cc

Issue 1236663002: Allow shaped-desktop hosts to send shape only when it changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/codec/video_decoder_verbatim.cc
diff --git a/remoting/codec/video_decoder_verbatim.cc b/remoting/codec/video_decoder_verbatim.cc
index 05af0ceeaba2825a2ad47b285dd872f134ed0324..dd8c2f331d8cd84ce515a27136fcec053f9db4a9 100644
--- a/remoting/codec/video_decoder_verbatim.cc
+++ b/remoting/codec/video_decoder_verbatim.cc
@@ -108,7 +108,7 @@ void VideoDecoderVerbatim::RenderFrame(const webrtc::DesktopSize& view_size,
}
const webrtc::DesktopRegion* VideoDecoderVerbatim::GetImageShape() {
- return NULL;
+ return nullptr;
}
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698