Index: core/fxcrt/include/fx_coordinates.h |
diff --git a/core/fxcrt/include/fx_coordinates.h b/core/fxcrt/include/fx_coordinates.h |
index ce97f6f6f3503f3b89240cd5370b4fb993e41014..e9c05ec644d38147cf5dbbb8e507e827eaf37d11 100644 |
--- a/core/fxcrt/include/fx_coordinates.h |
+++ b/core/fxcrt/include/fx_coordinates.h |
@@ -237,7 +237,7 @@ class CFX_FloatRect { |
void Union(const CFX_FloatRect& other_rect); |
FX_RECT GetInnerRect() const; |
- FX_RECT GetOutterRect() const; |
+ FX_RECT GetOuterRect() const; |
FX_RECT GetClosestRect() const; |
int Substract4(CFX_FloatRect& substract_rect, CFX_FloatRect* pRects); |