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

Unified Diff: fpdfsdk/fsdk_pauseadapter.h

Issue 2453683011: Remove FX_BOOL from fpdfsdk. (Closed)
Patch Set: Regenerate patch after rebase. 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 | « fpdfsdk/fsdk_define.h ('k') | fpdfsdk/fsdk_pauseadapter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fsdk_pauseadapter.h
diff --git a/fpdfsdk/fsdk_pauseadapter.h b/fpdfsdk/fsdk_pauseadapter.h
index a31a77161b9cfef534d65ea7d5b29818e3da7dd7..bd302f2613653ee09ac82eb77a7b4f255191eb5b 100644
--- a/fpdfsdk/fsdk_pauseadapter.h
+++ b/fpdfsdk/fsdk_pauseadapter.h
@@ -16,7 +16,7 @@ class IFSDK_PAUSE_Adapter : public IFX_Pause {
explicit IFSDK_PAUSE_Adapter(IFSDK_PAUSE* IPause);
~IFSDK_PAUSE_Adapter() override;
- FX_BOOL NeedToPauseNow() override;
+ bool NeedToPauseNow() override;
private:
IFSDK_PAUSE* const m_IPause;
« no previous file with comments | « fpdfsdk/fsdk_define.h ('k') | fpdfsdk/fsdk_pauseadapter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698