summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-03-24 15:52:00 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-27 14:47:23 +0000
commit0d6d1783ed96ae25cf5d0fb83d13ba1e7421a6cd (patch)
treeb7bcc3bba0694de3cbfd1f422a1f71e546f1ab8a /testing/embedder_test.h
parent8e3f692b03e97659e855be4ea7c7b45d1c0f20c5 (diff)
downloadpdfium-0d6d1783ed96ae25cf5d0fb83d13ba1e7421a6cd.tar.xz
Remove old test expectations after the Mac 10.12 upgrade.
BUG=chromium:703912 Change-Id: I5b4e582afc95b845e8e5e7a4e14581127c18de2d Reviewed-on: https://pdfium-review.googlesource.com/3193 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'testing/embedder_test.h')
-rw-r--r--testing/embedder_test.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index f341acf688..619fc5d699 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -114,14 +114,6 @@ class EmbedderTest : public ::testing::Test,
int expected_height,
const char* expected_md5sum);
- // Check |bitmap| to make sure it has the right dimensions and content.
- // Have two options for the expected md5 sum.
- static void CompareBitmap2Options(FPDF_BITMAP bitmap,
- int expected_width,
- int expected_height,
- const char* option1_md5sum,
- const char* option2_md5sum);
-
Delegate* delegate_;
std::unique_ptr<Delegate> default_delegate_;
FPDF_DOCUMENT document_;