aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-03 21:08:46 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-03 21:08:46 +0000
commit7542dc8897d151afc0eca7dd73d72ea05f92baad (patch)
tree9491e955b83d65e58b1e6a0896ead7274b276316 /expectations
parent11e055518a0cbe5329232a55fe2cd177e83836d8 (diff)
[PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content.
There are some cases (like drawing a completely transparent image) where the code tries to finish a content entry with no content and an xfermode other than clear. This makes those cases work correctly. This is likely what was happening in chromium:316546, but it wasn't clear what the core problem was. desk_techcrunch.skp tripped a debug only assert that exposed the core issue. BUG=skia:1868,chromium:316546 R=reed@google.com, bungeman@google.com Author: vandebo@chromium.org Review URL: https://codereview.chromium.org/92453002 git-svn-id: http://skia.googlecode.com/svn/trunk@12473 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations')
-rw-r--r--expectations/gm/ignored-tests.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt
index 8d89cbca52..bf0bf7404a 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -45,6 +45,7 @@ perlinnoise
# Added by bsalomon in support of adding HQ filter to GPU device drawBitmap
bleed
+
downsamplebitmap_image_high_mandrill_512.png
filterbitmap_image_mandrill_512.png
filterbitmap_image_mandrill_256.png
@@ -65,3 +66,6 @@ filterbitmap_text_10.00pt
# Added by jvanverth in https://codereview.chromium.org/99993002/
colortype_gpu
+
+# Added by vandebo in https://codereview.chromium.org/92453002/
+xfermodes