From ad5ac7584844b03c5ceed082e5f5158a632405cc Mon Sep 17 00:00:00 2001 From: thestig Date: Tue, 9 Aug 2016 12:09:22 -0700 Subject: Fix typos of the word outer. Review-Url: https://codereview.chromium.org/2226003003 --- core/fxge/agg/fx_agg_driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxge/agg/fx_agg_driver.cpp') diff --git a/core/fxge/agg/fx_agg_driver.cpp b/core/fxge/agg/fx_agg_driver.cpp index ea12896863..80cde93747 100644 --- a/core/fxge/agg/fx_agg_driver.cpp +++ b/core/fxge/agg/fx_agg_driver.cpp @@ -559,7 +559,7 @@ FX_BOOL CFX_AggDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData, rectf.Intersect( CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); - FX_RECT rect = rectf.GetOutterRect(); + FX_RECT rect = rectf.GetOuterRect(); m_pClipRgn->IntersectRect(rect); return TRUE; } -- cgit v1.2.3