 Chromium Code Reviews
 Chromium Code Reviews Issue 6334016:
  Refactor PPAPI proxy resource handling to maintain which host they came from,...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 6334016:
  Refactor PPAPI proxy resource handling to maintain which host they came from,...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: ppapi/proxy/serialized_structs.cc | 
| =================================================================== | 
| --- ppapi/proxy/serialized_structs.cc (revision 72840) | 
| +++ ppapi/proxy/serialized_structs.cc (working copy) | 
| @@ -64,7 +64,6 @@ | 
| PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params() | 
| : instance(0), | 
| - pp_image_data(0), | 
| font_desc(), | 
| color(0) { | 
| } |