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

Unified Diff: core/fpdfdoc/cpdf_aaction.h

Issue 2477443002: Remove FX_BOOL from core (Closed)
Patch Set: Created 4 years, 1 month 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 | « core/fpdfapi/render/render_int.h ('k') | core/fpdfdoc/cpdf_aaction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/cpdf_aaction.h
diff --git a/core/fpdfdoc/cpdf_aaction.h b/core/fpdfdoc/cpdf_aaction.h
index cef39f0407ad2703d78c117b941584add20fe6d8..d615915ee348d31de0083ce3c49e0319c4cafbcf 100644
--- a/core/fpdfdoc/cpdf_aaction.h
+++ b/core/fpdfdoc/cpdf_aaction.h
@@ -40,7 +40,7 @@ class CPDF_AAction {
CPDF_AAction() : m_pDict(nullptr) {}
explicit CPDF_AAction(CPDF_Dictionary* pDict) : m_pDict(pDict) {}
- FX_BOOL ActionExist(AActionType eType) const;
+ bool ActionExist(AActionType eType) const;
CPDF_Action GetAction(AActionType eType) const;
CPDF_Dictionary* GetDict() const { return m_pDict; }
« no previous file with comments | « core/fpdfapi/render/render_int.h ('k') | core/fpdfdoc/cpdf_aaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698