Chromium Code Reviews| Index: core/include/fpdfapi/fpdf_pageobj.h |
| diff --git a/core/include/fpdfapi/fpdf_pageobj.h b/core/include/fpdfapi/fpdf_pageobj.h |
| index 7a3d390fed92cf1021ffb22b38001699f214d860..638d620288541fa0d4993cd36c7522cd914bb750 100644 |
| --- a/core/include/fpdfapi/fpdf_pageobj.h |
| +++ b/core/include/fpdfapi/fpdf_pageobj.h |
| @@ -265,7 +265,7 @@ class CPDF_GeneralState : public CFX_CountRef<CPDF_GeneralStateData> { |
| }; |
| class CPDF_ContentMarkItem { |
| public: |
| - typedef enum { None, PropertiesDict, DirectDict, MCID } ParamType; |
| + typedef enum { None, PropertiesDict, DirectDict } ParamType; |
|
Lei Zhang
2016/02/12 23:53:27
enum ParamType { FOO, BAR };
Wei Li
2016/02/13 01:29:18
Done.
|
| CPDF_ContentMarkItem(); |