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

Side by Side Diff: LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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": [1418, 1008], 2 "bounds": [1418, 1008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 118, 1410, 55], 9 [8, 118, 1410, 55],
10 [8, 118, 1410, 55], 10 [8, 118, 1410, 55],
11 [8, 63, 1410, 55], 11 [8, 63, 1410, 55],
12 [8, 63, 769, 55], 12 [8, 63, 769, 55],
13 [8, 8, 769, 109], 13 [8, 8, 769, 109],
14 [0, 126, 1418, 55] 14 [0, 126, 1418, 55]
15 ], 15 ],
16 "children": [ 16 "children": [
17 { 17 {
18 "children": [ 18 "children": [
19 { 19 {
20 "position": [8, 8], 20 "position": [8, 8],
21 "bounds": [1000, 1000] 21 "bounds": [1000, 1000]
22 }, 22 },
23 { 23 {
24 "position": [8, 8], 24 "position": [8, 8],
25 "bounds": [1000, 105], 25 "bounds": [1000, 105],
26 "drawsContent": true, 26 "drawsContent": true,
27 "repaintRects": [ 27 "repaintRects": [
28 [0, 110, 1000, 50],
28 [0, 55, 1000, 50], 29 [0, 55, 1000, 50],
29 [0, 55, 1000, 50], 30 [0, 55, 1000, 50],
30 [0, 55, 1000, 50], 31 [0, 55, 1000, 50],
32 [0, 55, 100, 50],
31 [0, 0, 100, 50], 33 [0, 0, 100, 50],
32 [0, 0, 100, 50], 34 [0, 0, 100, 50],
33 [0, 0, 100, 50], 35 [0, 0, 100, 50],
34 [0, 0, 100, 50] 36 [0, 0, 100, 50]
35 ] 37 ]
36 } 38 }
37 ] 39 ]
38 } 40 }
39 ] 41 ]
40 } 42 }
41 ] 43 ]
42 } 44 }
43 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698