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

Unified Diff: xfa/fde/cfde_txtedtbufiter.h

Issue 2467203003: Remove FX_BOOL from xfa. (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 | « xfa/fde/cfde_txtedtbuf.cpp ('k') | xfa/fde/cfde_txtedtbufiter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/cfde_txtedtbufiter.h
diff --git a/xfa/fde/cfde_txtedtbufiter.h b/xfa/fde/cfde_txtedtbufiter.h
index dacfb2691867ff28007cdc205b084a98f9750c81..4322708a2abfe0b2f263de472f0c42000f5f1f2d 100644
--- a/xfa/fde/cfde_txtedtbufiter.h
+++ b/xfa/fde/cfde_txtedtbufiter.h
@@ -17,11 +17,11 @@ class CFDE_TxtEdtBufIter : public IFX_CharIter {
CFDE_TxtEdtBufIter(CFDE_TxtEdtBuf* pBuf, FX_WCHAR wcAlias = 0);
~CFDE_TxtEdtBufIter() override;
- FX_BOOL Next(FX_BOOL bPrev = FALSE) override;
+ bool Next(bool bPrev = false) override;
FX_WCHAR GetChar() override;
void SetAt(int32_t nIndex) override;
int32_t GetAt() const override;
- FX_BOOL IsEOF(FX_BOOL bTail = TRUE) const override;
+ bool IsEOF(bool bTail = true) const override;
IFX_CharIter* Clone() override;
private:
« no previous file with comments | « xfa/fde/cfde_txtedtbuf.cpp ('k') | xfa/fde/cfde_txtedtbufiter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698