diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-20 09:35:06 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-20 09:35:06 -0800 |
commit | 7386e293a2b67794e6af02d0b71020a4bc987ce0 (patch) | |
tree | 03abdeac97118499ba28fab295b0a490b47b3b54 /core/src/fpdftext/text_int.h | |
parent | aa28c814795edfdeb0654f16e77a54f65b7d42c2 (diff) | |
download | pdfium-7386e293a2b67794e6af02d0b71020a4bc987ce0.tar.xz |
Reduce diffs with master in core
This week's version. Mostly whitespace, but takes the
master version of core/src/fxge/ge/fx_ge_text.cpp
verbatim.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1462923004 .
Diffstat (limited to 'core/src/fpdftext/text_int.h')
-rw-r--r-- | core/src/fpdftext/text_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index 576ab7ca9a..46249150ce 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -195,6 +195,7 @@ class CPDF_TextPageFind : public IPDF_TextPageFind { CFX_RectArray m_resArray; FX_BOOL m_IsFind; }; + class CPDF_LinkExt { public: CPDF_LinkExt() {} |