X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fpdfium%2Fcore%2Finclude%2Ffpdfapi%2Ffpdf_pageobj.h;h=f2112547915ca0be1e08e47678e3a6075573c793;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=90e1b0b90b84a4aa8b8121ec1286b6d79cad27de;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/pdfium/core/include/fpdfapi/fpdf_pageobj.h b/src/third_party/pdfium/core/include/fpdfapi/fpdf_pageobj.h index 90e1b0b..f211254 100644 --- a/src/third_party/pdfium/core/include/fpdfapi/fpdf_pageobj.h +++ b/src/third_party/pdfium/core/include/fpdfapi/fpdf_pageobj.h @@ -165,7 +165,7 @@ class CPDF_ColorStateData : public CFX_Object { public: - CPDF_ColorStateData() {} + CPDF_ColorStateData(): m_FillRGB(0), m_StrokeRGB(0) {} CPDF_ColorStateData(const CPDF_ColorStateData& src); @@ -220,6 +220,8 @@ public: CPDF_Font* m_pFont; + CPDF_Document* m_pDocument; + FX_FLOAT m_FontSize; FX_FLOAT m_CharSpace;