| Index: third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt
|
| index 47ff6186a8d9d46cdf103d4a272041bd5412ea61..ce79f00db1985be8fc8c28ed2912513c93e5db05 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 90, 90]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutHTMLCanvas CANVAS id='canvas'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutHTMLCanvas CANVAS id='canvas'",
|
| + "rect": [8, 8, 90, 90],
|
| + "reason": "invalidate paint rectangle"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|