Chromium Code Reviews| Index: pdf/pdfium/pdfium_page.h |
| diff --git a/pdf/pdfium/pdfium_page.h b/pdf/pdfium/pdfium_page.h |
| index acb2e7df3ab76422b05198a5d001c32a4cc277a4..d2305c2d639cfb84672320b6459085767ecb2c18 100644 |
| --- a/pdf/pdfium/pdfium_page.h |
| +++ b/pdf/pdfium/pdfium_page.h |
| @@ -52,8 +52,9 @@ class PDFiumPage { |
| enum Area { |
| NONSELECTABLE_AREA, |
| TEXT_AREA, |
| - WEBLINK_AREA, // Area is a hyperlink. |
| - DOCLINK_AREA, // Area is a link to a different part of the same document. |
| + WEBLINK_AREA, // Area is a hyperlink. |
| + DOCLINK_AREA, // Area is a link to a different part of the same document. |
| + FORM_TEXT_AREA, // Area is a form field text field. |
|
Lei Zhang
2017/06/10 01:55:49
It may be helpful to add a comment to TEXT_AREA ab
drgage
2017/06/12 18:57:47
Done.
|
| }; |
| struct LinkTarget { |