From 0d6d1783ed96ae25cf5d0fb83d13ba1e7421a6cd Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 24 Mar 2017 15:52:00 -0700 Subject: Remove old test expectations after the Mac 10.12 upgrade. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=chromium:703912 Change-Id: I5b4e582afc95b845e8e5e7a4e14581127c18de2d Reviewed-on: https://pdfium-review.googlesource.com/3193 Commit-Queue: dsinclair Reviewed-by: Nicolás Peña --- testing/embedder_test.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testing/embedder_test.h') 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 default_delegate_; FPDF_DOCUMENT document_; -- cgit v1.2.3