Index: core/fpdfapi/fpdf_page/pageint.h |
diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h |
index 4fa62c03cba0f61384655a38e18955b10b6efe64..0909125ab04a54aca2a85888ba29e50ce5198d0c 100644 |
--- a/core/fpdfapi/fpdf_page/pageint.h |
+++ b/core/fpdfapi/fpdf_page/pageint.h |
@@ -505,6 +505,10 @@ struct PatternValue { |
FX_FLOAT m_Comps[MAX_PATTERN_COLORCOMPS]; |
}; |
+CFX_ByteStringC PDF_FindKeyAbbreviationForTesting(const CFX_ByteStringC& abbr); |
+CFX_ByteStringC PDF_FindValueAbbreviationForTesting( |
+ const CFX_ByteStringC& abbr); |
+ |
void PDF_ReplaceAbbr(CPDF_Object* pObj); |
bool IsPathOperator(const uint8_t* buf, size_t len); |