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

Unified Diff: xfa/fde/fde_iterator.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/fde_gedevice.cpp ('k') | xfa/fde/fde_iterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_iterator.h
diff --git a/xfa/fde/fde_iterator.h b/xfa/fde/fde_iterator.h
index d162e24af31da687b41edc02ac29ea6d53d164fe..444c92a19105440f9092cbe8dbd97bd1d2e5d98f 100644
--- a/xfa/fde/fde_iterator.h
+++ b/xfa/fde/fde_iterator.h
@@ -22,8 +22,8 @@ class CFDE_VisualSetIterator : public CFX_Target {
CFDE_VisualSetIterator();
~CFDE_VisualSetIterator() override;
- FX_BOOL AttachCanvas(IFDE_CanvasSet* pCanvas);
- FX_BOOL FilterObjects(uint32_t dwObjects = 0xFFFFFFFF);
+ bool AttachCanvas(IFDE_CanvasSet* pCanvas);
+ bool FilterObjects(uint32_t dwObjects = 0xFFFFFFFF);
void Reset();
FDE_TEXTEDITPIECE* GetNext(IFDE_VisualSet*& pVisualSet,
« no previous file with comments | « xfa/fde/fde_gedevice.cpp ('k') | xfa/fde/fde_iterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698