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

Unified Diff: ppapi/shared_impl/ppb_flash_shared.h

Issue 10169040: Move the rest of the Flash functions to the thunk system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/shared_impl/api_id.h ('k') | ppapi/shared_impl/ppb_flash_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_flash_shared.h
diff --git a/ppapi/shared_impl/ppb_flash_shared.h b/ppapi/shared_impl/ppb_flash_shared.h
index b7de3bd04dfbd05a1cd7ca7e55a964c9436885ba..dfd209da3d7730b769519ac4c39e7482c797590f 100644
--- a/ppapi/shared_impl/ppb_flash_shared.h
+++ b/ppapi/shared_impl/ppb_flash_shared.h
@@ -17,6 +17,10 @@ class PPAPI_SHARED_EXPORT PPB_Flash_Shared : public thunk::PPB_Flash_API {
PPB_Flash_Shared();
virtual ~PPB_Flash_Shared();
+ // Shared implementation of PPB_Flash_API.
+ virtual void FreeDirContents(PP_Instance instance,
+ PP_DirContents_Dev* contents) OVERRIDE;
+
protected:
static bool IsValidClipboardType(PP_Flash_Clipboard_Type clipboard_type);
static bool IsValidClipboardFormat(PP_Flash_Clipboard_Format format);
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/ppb_flash_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698