Index: xfa/fxgraphics/cagg_graphics.h |
diff --git a/xfa/fxgraphics/cagg_graphics.h b/xfa/fxgraphics/cagg_graphics.h |
index bac9c19167e1c4cc079bd474f8902ba079370d6d..5f53c736950a5f8a97838d1c2c75e6f0e7a15c8b 100644 |
--- a/xfa/fxgraphics/cagg_graphics.h |
+++ b/xfa/fxgraphics/cagg_graphics.h |
@@ -17,10 +17,10 @@ class CAGG_Graphics { |
CAGG_Graphics(); |
virtual ~CAGG_Graphics(); |
- FX_ERR Create(CFX_Graphics* owner, |
- int32_t width, |
- int32_t height, |
- FXDIB_Format format); |
+ FWL_Error Create(CFX_Graphics* owner, |
+ int32_t width, |
+ int32_t height, |
+ FXDIB_Format format); |
private: |
CFX_Graphics* m_owner; |