summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
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_;