Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: LayoutTests/svg/repaint/paintorder-filtered-expected.txt

Issue 395463003: Invalidate previous paint rect in RenderObject::paintInvalidationForWholeRenderer() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add savesPreviousPaintInvalidationRect; Remove extra optimization code Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [456, 166, 133, 132], 9 [456, 166, 133, 132],
10 [456, 166, 133, 132], 10 [456, 166, 133, 132],
11 [454, 163, 137, 137], 11 [454, 163, 137, 137],
12 [320, 166, 133, 132], 12 [320, 166, 133, 132],
13 [318, 163, 137, 137], 13 [318, 163, 137, 137],
14 [184, 166, 132, 132], 14 [184, 166, 132, 132],
15 [184, 166, 132, 132], 15 [184, 166, 132, 132],
16 [184, 166, 132, 132], 16 [184, 166, 132, 132],
17 [184, 166, 132, 132],
18 [181, 163, 138, 137], 17 [181, 163, 138, 137],
19 [181, 163, 138, 137], 18 [181, 163, 138, 137],
20 [181, 163, 138, 137], 19 [181, 163, 138, 137],
21 [137, 37, 580, 563], 20 [137, 37, 580, 563],
22 [47, 166, 133, 132], 21 [47, 166, 133, 132],
23 [47, 166, 133, 132], 22 [47, 166, 133, 132],
24 [47, 166, 133, 132], 23 [47, 166, 133, 132],
25 [47, 166, 133, 132],
26 [46, 28, 7, 7], 24 [46, 28, 7, 7],
27 [45, 163, 137, 137], 25 [45, 163, 137, 137],
28 [45, 163, 137, 137], 26 [45, 163, 137, 137],
29 [45, 163, 137, 137] 27 [45, 163, 137, 137]
30 ] 28 ]
31 } 29 }
32 ] 30 ]
33 } 31 }
34 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698