Index: core/fpdfdoc/cpdf_annotlist.cpp |
diff --git a/core/fpdfdoc/cpdf_annotlist.cpp b/core/fpdfdoc/cpdf_annotlist.cpp |
index 1e0e99b4765e741c081ca4d585373fc3e7d15010..6a86d55e28241f9502c7d7f48b5e5b410451f2ba 100644 |
--- a/core/fpdfdoc/cpdf_annotlist.cpp |
+++ b/core/fpdfdoc/cpdf_annotlist.cpp |
@@ -88,7 +88,7 @@ void CPDF_AnnotList::DisplayPass(CPDF_Page* pPage, |
CFX_Matrix matrix = *pMatrix; |
if (clip_rect) { |
annot_rect_f.Transform(&matrix); |
- FX_RECT annot_rect = annot_rect_f.GetOutterRect(); |
+ FX_RECT annot_rect = annot_rect_f.GetOuterRect(); |
annot_rect.Intersect(*clip_rect); |
if (annot_rect.IsEmpty()) { |
continue; |