Index: xfa/fxgraphics/cfx_path.h |
diff --git a/xfa/fxgraphics/cfx_path.h b/xfa/fxgraphics/cfx_path.h |
index 8a19d6481fdebe4931831b567dc226b3d99c4785..9171a91a00f50ad779ae261d36eff3ce9d7e2226 100644 |
--- a/xfa/fxgraphics/cfx_path.h |
+++ b/xfa/fxgraphics/cfx_path.h |
@@ -70,7 +70,7 @@ class CFX_Path final { |
FWL_Error AddSubpath(CFX_Path* path); |
FWL_Error Clear(); |
- FX_BOOL IsEmpty() const; |
+ bool IsEmpty() const; |
CFX_PathData* GetPathData() const; |
private: |