aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFCanon.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-14 23:03:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-15 04:28:07 +0000
commit7f846f273ceaa5a3a8880e9af260f94bd1e614b6 (patch)
tree906f4401c5af460f7cbeda628a5ed2733d2d5877 /src/pdf/SkPDFCanon.h
parenta088365e2faca3f28469c0fc568169e095b5b1a0 (diff)
remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code
Bug: skia: Change-Id: Ia88f3e2fdf6d5c6e5128eaefda0d68c7042ae7a2 Reviewed-on: https://skia-review.googlesource.com/85500 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/pdf/SkPDFCanon.h')
-rw-r--r--src/pdf/SkPDFCanon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pdf/SkPDFCanon.h b/src/pdf/SkPDFCanon.h
index d68e471289..b9a6c68322 100644
--- a/src/pdf/SkPDFCanon.h
+++ b/src/pdf/SkPDFCanon.h
@@ -11,9 +11,6 @@
#include "SkPDFGradientShader.h"
#include "SkPDFGraphicState.h"
#include "SkPDFShader.h"
-#ifdef SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER
-#include "SkPixelSerializer.h"
-#endif
#include "SkTDArray.h"
#include "SkTHash.h"
#include "SkTypeface.h"
@@ -45,9 +42,6 @@ public:
SkTHashMap<SkPDFStrokeGraphicState, sk_sp<SkPDFDict>> fStrokeGSMap;
SkTHashMap<SkPDFFillGraphicState, sk_sp<SkPDFDict>> fFillGSMap;
-#ifdef SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER
- sk_sp<SkPixelSerializer> fPixelSerializer;
-#endif
sk_sp<SkPDFStream> fInvertFunction;
sk_sp<SkPDFDict> fNoSmaskGraphicState;
sk_sp<SkPDFArray> fRangeObject;