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

Unified Diff: ppapi/proxy/serialized_structs.cc

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 years, 3 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 | « ppapi/proxy/serialized_structs.h ('k') | ppapi/proxy/vpn_provider_resource.h » ('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 255865a65dc6e2baa4c61dd58eb68633c233dd0f..791f60f1868b2e3baa1a0b9854889018f30accc7 100644
--- a/ppapi/proxy/serialized_structs.cc
+++ b/ppapi/proxy/serialized_structs.cc
@@ -122,6 +122,11 @@ void SerializedTrueTypeFontDesc::CopyToPPTrueTypeFontDesc(
desc->charset = charset;
}
+SerializedVpnProviderParameters::SerializedVpnProviderParameters() : mtu(0) {
+}
+SerializedVpnProviderParameters::~SerializedVpnProviderParameters() {
+}
+
PPBFlash_DrawGlyphs_Params::PPBFlash_DrawGlyphs_Params()
: instance(0),
font_desc(),
« no previous file with comments | « ppapi/proxy/serialized_structs.h ('k') | ppapi/proxy/vpn_provider_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698