diff options
author | thestig <thestig@chromium.org> | 2016-08-09 12:09:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-09 12:09:22 -0700 |
commit | ad5ac7584844b03c5ceed082e5f5158a632405cc (patch) | |
tree | 1b3fc87f4c991eb7da2879f09623cdb9e205ac95 /core/fxge/agg | |
parent | e7107f48ddb9309e1664d84ec360ce06ec3201e2 (diff) | |
download | pdfium-ad5ac7584844b03c5ceed082e5f5158a632405cc.tar.xz |
Fix typos of the word outer.
Review-Url: https://codereview.chromium.org/2226003003
Diffstat (limited to 'core/fxge/agg')
-rw-r--r-- | core/fxge/agg/fx_agg_driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |