| Index: core/fpdfapi/fpdf_page/cpdf_graphicstates.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_graphicstates.h b/core/fpdfapi/fpdf_page/cpdf_graphicstates.h
|
| index 0add18c9108abc4a6fe72fdfdf69960547a903ee..a408bc794bc3ad1a8c498389ae202d5beab7dcaa 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_graphicstates.h
|
| +++ b/core/fpdfapi/fpdf_page/cpdf_graphicstates.h
|
| @@ -15,6 +15,9 @@
|
|
|
| class CPDF_GraphicStates {
|
| public:
|
| + CPDF_GraphicStates();
|
| + virtual ~CPDF_GraphicStates();
|
| +
|
| void CopyStates(const CPDF_GraphicStates& src);
|
| void DefaultStates();
|
|
|
|
|