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

Unified Diff: ppapi/proxy/serialized_structs.cc

Issue 9005015: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. 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/native_client/src/shared/ppapi_proxy/browser_ppp.h ('k') | ppapi/shared_impl/ppb_file_io_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/serialized_structs.cc
diff --git a/ppapi/proxy/serialized_structs.cc b/ppapi/proxy/serialized_structs.cc
index e327b609500efe1ee2fcc110cc884400c485939a..bd17e4ddb641386390a0a4e395275e4b80e21f0f 100644
--- a/ppapi/proxy/serialized_structs.cc
+++ b/ppapi/proxy/serialized_structs.cc
@@ -73,6 +73,7 @@ PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params()
clip.size.width = 0;
position.x = 0;
position.y = 0;
+ allow_subpixel_aa = PP_FALSE;
}
PPBFlash_DrawGlyphs_Params::~PPBFlash_DrawGlyphs_Params() {}
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h ('k') | ppapi/shared_impl/ppb_file_io_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698