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

Unified Diff: remoting/base/decoder_row_based.cc

Issue 8965054: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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 | « ppapi/proxy/ppp_mouse_lock_proxy.cc ('k') | remoting/client/rectangle_update_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder_row_based.cc
diff --git a/remoting/base/decoder_row_based.cc b/remoting/base/decoder_row_based.cc
index cf89677a75decde8c36a6cc7b7ba8be80d88e689..da65079ddaa7cc0287abee367b3b0dfbf2c2ad0a 100644
--- a/remoting/base/decoder_row_based.cc
+++ b/remoting/base/decoder_row_based.cc
@@ -30,6 +30,7 @@ DecoderRowBased* DecoderRowBased::CreateVerbatimDecoder() {
DecoderRowBased::DecoderRowBased(Decompressor* decompressor,
VideoPacketFormat::Encoding encoding)
: state_(kUninitialized),
+ clip_(SkIRect::MakeEmpty()),
decompressor_(decompressor),
encoding_(encoding),
row_pos_(0),
« no previous file with comments | « ppapi/proxy/ppp_mouse_lock_proxy.cc ('k') | remoting/client/rectangle_update_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698