From b8e89e3182109ff3d93ee5f2ff9b5314af95d548 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 2 May 2017 11:53:08 -0700 Subject: 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 Reviewed-by: dsinclair --- fpdfsdk/fpdfedit_embeddertest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpdfsdk/fpdfedit_embeddertest.cpp') 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); -- cgit v1.2.3