 Chromium Code Reviews
 Chromium Code Reviews Issue 23102018:
  Refactoring DrawLooper so that it can apply shadow effects as skia image filters  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 23102018:
  Refactoring DrawLooper so that it can apply shadow effects as skia image filters  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt | 
| diff --git a/LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt b/LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt | 
| index 702162bd2574fd88cab0692a87e293a91fe66e3a..3db663dc2e8a4ce6f0a66423574392554164db1e 100644 | 
| --- a/LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt | 
| +++ b/LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt | 
| @@ -46,6 +46,10 @@ PASS d[3] should not be 255 and it's not. | 
| PASS d[0] is 0 | 
| PASS d[1] is 0 | 
| PASS d[2] is 255 | 
| +PASS d[3] should not be 255 and it's not. | 
| +PASS d[0] is 0 | 
| +PASS d[1] is 0 | 
| +PASS d[2] is 255 | 
| PASS d[0] is 0 | 
| PASS d[1] is 0 | 
| PASS d[2] is 0 |