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

Unified Diff: chrome/renderer/pepper_plugin_delegate_impl.cc

Issue 3037055: Initialize member struct in Pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper_plugin_delegate_impl.cc
===================================================================
--- chrome/renderer/pepper_plugin_delegate_impl.cc (revision 55382)
+++ chrome/renderer/pepper_plugin_delegate_impl.cc (working copy)
@@ -165,6 +165,7 @@
: input_buffer_size_(0),
next_dib_id_(0),
dib_(NULL) {
+ memset(&decoder_config_, 0, sizeof(decoder_config_));
memset(&flush_callback_, 0, sizeof(flush_callback_));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698