diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-09 21:26:11 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-09 21:26:11 +0000 |
commit | 0a09d7195b8d9945e5c9c76cc4cfe6ef65d6d390 (patch) | |
tree | c45daab7ffc6c83198376c64719b9762a7cddcd2 /expectations | |
parent | 149e9a107c356b0151433fb23c2b1c8d0634947c (diff) |
Implement drawDRRect for GPU
BUG=skia:2259
R=jvanverth@google.com
Author: bsalomon@google.com
Review URL: https://codereview.chromium.org/220233011
git-svn-id: http://skia.googlecode.com/svn/trunk@14118 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 2451f43be1..52a595819b 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -59,3 +59,7 @@ canvas-layer-state # yunchao: https://codereview.chromium.org/204143004/ # This change add some cases to bitmapshader to avoid potential drawing error for kA8_Config bitmapshaders + +# bsalomon: This image will change on the GPU due to an accelerated drawDRRect() implementation. +# https://codereview.chromium.org/220233011/ +drrect
\ No newline at end of file |