Index: core/fxge/include/cfx_renderdevice.h |
diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h |
index 9ca9a07220140994852144f319df71602005b63a..c1caffdbfc2464d1c6466c4074cbc0e0c7b5d8e0 100644 |
--- a/core/fxge/include/cfx_renderdevice.h |
+++ b/core/fxge/include/cfx_renderdevice.h |
@@ -214,17 +214,17 @@ class CFX_RenderDevice { |
uint32_t fill_color, |
uint32_t text_flags); |
FX_BOOL DrawTextPath(int nChars, |
- const FXTEXT_CHARPOS* pCharPos, |
- CFX_Font* pFont, |
- CFX_FontCache* pCache, |
- FX_FLOAT font_size, |
- const CFX_Matrix* pText2User, |
- const CFX_Matrix* pUser2Device, |
- const CFX_GraphStateData* pGraphState, |
- uint32_t fill_color, |
- uint32_t stroke_color, |
- CFX_PathData* pClippingPath, |
- int nFlag); |
+ const FXTEXT_CHARPOS* pCharPos, |
+ CFX_Font* pFont, |
+ CFX_FontCache* pCache, |
+ FX_FLOAT font_size, |
+ const CFX_Matrix* pText2User, |
+ const CFX_Matrix* pUser2Device, |
+ const CFX_GraphStateData* pGraphState, |
+ uint32_t fill_color, |
+ uint32_t stroke_color, |
+ CFX_PathData* pClippingPath, |
+ int nFlag); |
#ifdef _SKIA_SUPPORT_ |
virtual void DebugVerifyBitmapIsPreMultiplied() const; |