aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FlateTest.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-03-31 08:22:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-31 08:22:01 -0700
commitaf9c85dee116fdc5f32029ac6a4fa7882c6b9a63 (patch)
treed8abf04d1dafbd7b5f0a2dde61c69acf8f5f7d5c /tests/FlateTest.cpp
parent0340df5b3698aff1c9540fcdbc3dafd9d5ddb0b0 (diff)
SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream
SkPDFStream copy constructor SkPDFStream Substitute mechanism SkPDFStream::setData(NULL); SkPDFStream SK_NO_FLATE logic BUG=skia:3585 TBR=bsalomon@google.com,reed@google.com Review URL: https://codereview.chromium.org/1041183002
Diffstat (limited to 'tests/FlateTest.cpp')
-rw-r--r--tests/FlateTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/FlateTest.cpp b/tests/FlateTest.cpp
index 17e8b2de2a..40efe1a5d8 100644
--- a/tests/FlateTest.cpp
+++ b/tests/FlateTest.cpp
@@ -10,8 +10,6 @@
#include "SkStream.h"
#include "Test.h"
-#ifndef SK_NO_FLATE
-
// A memory stream that reports zero size with the standard call, like
// an unseekable file stream would.
class SkZeroSizeMemStream : public SkMemoryStream {
@@ -114,4 +112,3 @@ DEF_TEST(Flate, reporter) {
TestFlate(reporter, &fileStream, 512);
TestFlate(reporter, &fileStream, 10240);
}
-#endif // SK_NO_FLATE