summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfedit_embeddertest.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-05-02 11:53:08 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-02 19:31:49 +0000
commitb8e89e3182109ff3d93ee5f2ff9b5314af95d548 (patch)
treea08615e04ce0bca38d36eb68b43d81ec18e0ee06 /fpdfsdk/fpdfedit_embeddertest.cpp
parent48fbb0f8de36d224eea498ad45f641bb5613e3f0 (diff)
downloadpdfium-b8e89e3182109ff3d93ee5f2ff9b5314af95d548.tar.xz
Roll FreeType to 5a3490e.
This follows Chromium's FreeType DEPS roll. Potentially addresses Clang on Windows LLP64 build failure. Roll testing corpus to 5379e0a with updated expectations. BUG=pdfium:705 Change-Id: Ie494b68a52f953436accf8fd1961244f70a92cab Reviewed-on: https://pdfium-review.googlesource.com/4632 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfedit_embeddertest.cpp')
-rw-r--r--fpdfsdk/fpdfedit_embeddertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/fpdfedit_embeddertest.cpp b/fpdfsdk/fpdfedit_embeddertest.cpp
index 4bf68cfe5e..01ac01e706 100644
--- a/fpdfsdk/fpdfedit_embeddertest.cpp
+++ b/fpdfsdk/fpdfedit_embeddertest.cpp
@@ -477,9 +477,9 @@ TEST_F(FPDFEditEmbeddertest, AddStandardFontText) {
#if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_
const char md5_3[] = "40b3ef04f915ff4c4208948001763544";
#elif _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
- const char md5_3[] = "174f30c36c73adb265c0f6ddb3a61c87";
+ const char md5_3[] = "d69d419def35a098d9c10f8317d6709b";
#else
- const char md5_3[] = "abfa9246d60f821b5b7638efd32dfd92";
+ const char md5_3[] = "8b300d3c6dfc12fa9af97e12ed5bd80a";
#endif
CompareBitmap(page_bitmap, 612, 792, md5_3);
FPDFBitmap_Destroy(page_bitmap);