Index: core/src/fpdfapi/fpdf_render/render_int.h |
diff --git a/core/src/fpdfapi/fpdf_render/render_int.h b/core/src/fpdfapi/fpdf_render/render_int.h |
index 8fb4aca1c5430be3b65ad347d613ebf63cbbd447..fdd1bf3254c97e5be66ec3cc28c0b0f062d420b5 100644 |
--- a/core/src/fpdfapi/fpdf_render/render_int.h |
+++ b/core/src/fpdfapi/fpdf_render/render_int.h |
@@ -412,6 +412,7 @@ public: |
FX_BOOL m_bHasMask; |
protected: |
FX_BOOL LoadColorInfo(CPDF_Dictionary* pFormResources, CPDF_Dictionary* pPageResources); |
+ void AllocCompData(); |
CPDF_DIBSource* LoadMask(FX_DWORD& MatteColor); |
CPDF_DIBSource* LoadMaskDIB(CPDF_Stream* pMask); |
void LoadJpxBitmap(); |