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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-percent-html-expected.txt

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Epic patch ready for review. Created 6 years, 6 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": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 200, 200, 100],
9 [0, 100, 200, 50], 10 [0, 100, 200, 50],
10 [0, 100, 200, 50], 11 [0, 100, 200, 50],
11 [0, 50, 100, 25] 12 [0, 50, 100, 25]
12 ] 13 ]
13 } 14 }
14 ] 15 ]
15 } 16 }
16 { 17 {
17 "bounds": [300, 300], 18 "bounds": [300, 300],
18 "children": [ 19 "children": [
19 { 20 {
20 "bounds": [300, 300], 21 "bounds": [300, 300],
21 "contentsOpaque": true, 22 "contentsOpaque": true,
22 "drawsContent": true, 23 "drawsContent": true,
23 "repaintRects": [ 24 "repaintRects": [
24 [0, 0, 200, 300], 25 [0, 0, 300, 300],
25 [0, 0, 200, 300] 26 [0, 0, 200, 300]
26 ] 27 ]
27 } 28 }
28 ] 29 ]
29 } 30 }
30 { 31 {
31 "bounds": [300, 250], 32 "bounds": [300, 250],
32 "children": [ 33 "children": [
33 { 34 {
34 "bounds": [300, 250], 35 "bounds": [300, 250],
35 "contentsOpaque": true, 36 "contentsOpaque": true,
36 "drawsContent": true, 37 "drawsContent": true,
37 "repaintRects": [ 38 "repaintRects": [
38 [0, 250, 300, 50],
39 [0, 125, 300, 25], 39 [0, 125, 300, 25],
40 [0, 125, 300, 25], 40 [0, 125, 300, 25],
41 [0, 63, 150, 12] 41 [0, 63, 150, 12]
42 ] 42 ]
43 } 43 }
44 ] 44 ]
45 } 45 }
46 { 46 {
47 "bounds": [250, 250], 47 "bounds": [250, 250],
48 "children": [ 48 "children": [
49 { 49 {
50 "bounds": [250, 250], 50 "bounds": [250, 250],
51 "contentsOpaque": true, 51 "contentsOpaque": true,
52 "drawsContent": true, 52 "drawsContent": true,
53 "repaintRects": [ 53 "repaintRects": [
54 [0, 0, 300, 250], 54 [0, 0, 300, 250],
55 [0, 0, 250, 250] 55 [0, 0, 250, 250]
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698