Commit 3b0b92cf authored by jam@chromium.org's avatar jam@chromium.org

Roll pdfium to get

0db35e8  Use none SSE functions when data is not 16 byte aligned

BUG=373619
TBR=thestig

Review URL: https://codereview.chromium.org/318043003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275788 0039d316-1c4b-4281-b951-d872f2087c98
parent c8dc3ea0
...@@ -76,7 +76,7 @@ vars = { ...@@ -76,7 +76,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFIum # the commit queue can handle CLs rolling PDFIum
# and whatever else without interference from each other. # and whatever else without interference from each other.
"pdfium_revision": "d68f9a3e646555e292a1f184560149e8a3e629ac", "pdfium_revision": "0db35e84407fe41f1ba9c19628a9fcfc9cc8f462",
} }
deps = { deps = {
......
...@@ -329,10 +329,6 @@ IN_PROC_BROWSER_TEST_P(PDFBrowserTest, MAYBE_Loading) { ...@@ -329,10 +329,6 @@ IN_PROC_BROWSER_TEST_P(PDFBrowserTest, MAYBE_Loading) {
if (filename == "sample.pdf") if (filename == "sample.pdf")
continue; // Crashes on Mac and Linux. http://crbug.com/63549 continue; // Crashes on Mac and Linux. http://crbug.com/63549
#endif #endif
#if defined(OS_MACOSX)
if (filename == "MVGD_sample_form.pdf") // http://crbug.com/373619
continue;
#endif
// Split the test into smaller sub-tests. Each one only loads // Split the test into smaller sub-tests. Each one only loads
// every k-th file. // every k-th file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment