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

Unified Diff: ppapi/proxy/serialized_structs.cc

Issue 6519057: Implement proxying for FileRef and FileChooser.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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: ppapi/proxy/serialized_structs.cc
===================================================================
--- ppapi/proxy/serialized_structs.cc (revision 74966)
+++ ppapi/proxy/serialized_structs.cc (working copy)
@@ -5,6 +5,7 @@
#include "ppapi/proxy/serialized_structs.h"
#include "ppapi/c/dev/ppb_font_dev.h"
+#include "ppapi/c/dev/pp_file_info_dev.h"
#include "ppapi/c/pp_rect.h"
namespace pp {
@@ -62,6 +63,10 @@
desc->word_spacing = word_spacing;
}
+PPBFileRef_CreateInfo::PPBFileRef_CreateInfo()
+ : file_system_type(PP_FILESYSTEMTYPE_EXTERNAL) {
+}
+
PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params()
: instance(0),
font_desc(),

Powered by Google App Engine
This is Rietveld 408576698