| Index: pdf/pdfium/pdfium_page.cc
|
| diff --git a/pdf/pdfium/pdfium_page.cc b/pdf/pdfium/pdfium_page.cc
|
| index deccb5b42e15ebf8bb17c4eb2f8c16e317b77ab6..41bcd9c76ddadfd12da19bf0628c3278de5f55ea 100644
|
| --- a/pdf/pdfium/pdfium_page.cc
|
| +++ b/pdf/pdfium/pdfium_page.cc
|
| @@ -317,7 +317,7 @@ PDFiumPage::Area PDFiumPage::GetCharIndex(const pp::Point& point,
|
|
|
| FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y);
|
| int control =
|
| - FPDPage_HasFormFieldAtPoint(engine_->form(), GetPage(), new_x, new_y);
|
| + FPDFPage_HasFormFieldAtPoint(engine_->form(), GetPage(), new_x, new_y);
|
|
|
| // If there is a control and link at the same point, figure out their z-order
|
| // to determine which is on top.
|
|
|