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

Unified Diff: fpdfsdk/include/fsdk_actionhandler.h

Issue 1329583004: CPDFSDK_MediaActionHandler is unused. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Remove unneeded class decls. Created 5 years, 4 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 | « no previous file | fpdfsdk/src/fsdk_actionhandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fsdk_actionhandler.h
diff --git a/fpdfsdk/include/fsdk_actionhandler.h b/fpdfsdk/include/fsdk_actionhandler.h
index dfb7d488c2cc17bc8d7a9e31dc4bdf2ca5696f1e..09f13ac5b871567792876346e2530d603c723777 100644
--- a/fpdfsdk/include/fsdk_actionhandler.h
+++ b/fpdfsdk/include/fsdk_actionhandler.h
@@ -13,12 +13,10 @@
#include "fsdk_baseform.h"
class CFX_PtrList;
-class CPDFDoc_Environment;
class CPDFSDK_Annot;
class CPDFSDK_Document;
class CPDF_Bookmark;
class CPDF_Dictionary;
-class IFXJS_Runtime;
class CPDFSDK_FormActionHandler {
public:
@@ -31,21 +29,9 @@ class CPDFSDK_FormActionHandler {
CPDFSDK_Document* pDocument);
};
-class CPDFSDK_MediaActionHandler {
- public:
- FX_BOOL DoAction_Rendition(const CPDF_Action& action,
- CPDFSDK_Document* pDocument);
- FX_BOOL DoAction_Sound(const CPDF_Action& action,
- CPDFSDK_Document* pDocument);
- FX_BOOL DoAction_Movie(const CPDF_Action& action,
- CPDFSDK_Document* pDocument);
-};
-
class CPDFSDK_ActionHandler {
public:
- CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi);
-
- void SetMediaActionHandler(CPDFSDK_MediaActionHandler* pHandler);
+ CPDFSDK_ActionHandler();
FX_BOOL DoAction_DocOpen(const CPDF_Action& action,
CPDFSDK_Document* pDocument);
@@ -131,7 +117,6 @@ class CPDFSDK_ActionHandler {
const CPDF_Action& action);
nonstd::unique_ptr<CPDFSDK_FormActionHandler> m_pFormActionHandler;
- CPDFSDK_MediaActionHandler* m_pMediaActionHandler;
};
#endif // FPDFSDK_INCLUDE_FSDK_ACTIONHANDLER_H_
« no previous file with comments | « no previous file | fpdfsdk/src/fsdk_actionhandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698