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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-viewport-percent-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 [20, 0, 10, 30], 9 [20, 0, 10, 30],
10 [20, 0, 10, 30], 10 [20, 0, 10, 30],
11 [0, 200, 200, 100],
11 [0, 20, 30, 10], 12 [0, 20, 30, 10],
12 [0, 20, 30, 10] 13 [0, 20, 30, 10]
13 ] 14 ]
14 } 15 }
15 ] 16 ]
16 } 17 }
17 { 18 {
18 "bounds": [300, 300], 19 "bounds": [300, 300],
19 "children": [ 20 "children": [
20 { 21 {
21 "bounds": [300, 300], 22 "bounds": [300, 300],
22 "contentsOpaque": true, 23 "contentsOpaque": true,
23 "drawsContent": true, 24 "drawsContent": true,
24 "repaintRects": [ 25 "repaintRects": [
25 [0, 0, 200, 300], 26 [0, 0, 300, 300],
26 [0, 0, 200, 300] 27 [0, 0, 200, 300]
27 ] 28 ]
28 } 29 }
29 ] 30 ]
30 } 31 }
31 { 32 {
32 "bounds": [300, 250], 33 "bounds": [300, 250],
33 "children": [ 34 "children": [
34 { 35 {
35 "bounds": [300, 250], 36 "bounds": [300, 250],
36 "contentsOpaque": true, 37 "contentsOpaque": true,
37 "drawsContent": true, 38 "drawsContent": true,
38 "repaintRects": [ 39 "repaintRects": [
39 [25, 0, 5, 30], 40 [25, 0, 5, 30],
40 [25, 0, 5, 30], 41 [25, 0, 5, 30],
41 [0, 250, 300, 50],
42 [0, 25, 30, 5], 42 [0, 25, 30, 5],
43 [0, 25, 30, 5] 43 [0, 25, 30, 5]
44 ] 44 ]
45 } 45 }
46 ] 46 ]
47 } 47 }
48 { 48 {
49 "bounds": [250, 250], 49 "bounds": [250, 250],
50 "children": [ 50 "children": [
51 { 51 {
52 "bounds": [250, 250], 52 "bounds": [250, 250],
53 "contentsOpaque": true, 53 "contentsOpaque": true,
54 "drawsContent": true, 54 "drawsContent": true,
55 "repaintRects": [ 55 "repaintRects": [
56 [0, 0, 300, 250], 56 [0, 0, 300, 250],
57 [0, 0, 250, 250] 57 [0, 0, 250, 250]
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698