Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt |
| index 064c8793b0f71275e224e2aab5b8c1789605b093..5f0b3765c128ad853b367b5f8b181b8858ec9de0 100644 |
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt |
| @@ -8,7 +8,7 @@ |
| "paintInvalidations": [ |
| { |
| "object": "LayoutBlockFlow DIV class='box'", |
| - "rect": [128, 120, 200, 200], |
| + "rect": [28, 20, 300, 300], |
|
Xianzhu
2017/01/26 23:17:45
This is because now we use cc side effect mapRect,
chrishtr
2017/02/01 02:59:12
Do you know what is different about the two implem
Xianzhu
2017/02/03 01:38:16
<div class="before box"></div>
<svg width="0" heig
Stephen White
2017/02/07 18:26:41
This optimization was landed by the Swiffy folks i
Xianzhu
2017/02/07 21:23:51
Thanks Stephen for the explanation.
I would like
|
| "reason": "style change" |
| } |
| ] |