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

Unified Diff: ppapi/cpp/directory_entry.h

Issue 18611004: PPAPI: Initialize CompletionCallbackWithOutput storage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 years, 5 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/cpp/dev/truetype_font_dev.h ('k') | ppapi/cpp/extensions/ext_output_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/directory_entry.h
diff --git a/ppapi/cpp/directory_entry.h b/ppapi/cpp/directory_entry.h
index 81be79e95dbff677776d1cfd670a3ae87bccb407..bf3d845411d8b711dfc0a59665d157837aa596b9 100644
--- a/ppapi/cpp/directory_entry.h
+++ b/ppapi/cpp/directory_entry.h
@@ -119,6 +119,8 @@ struct CallbackOutputTraits< std::vector<DirectoryEntry> > {
StorageType& t) {
return t.output();
}
+
+ static inline void Initialize(StorageType* /* t */) {}
};
} // namespace internal
« no previous file with comments | « ppapi/cpp/dev/truetype_font_dev.h ('k') | ppapi/cpp/extensions/ext_output_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698