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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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": [2008, 2016], 2 "bounds": [2008, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2016], 5 "bounds": [2008, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true
8 "repaintRects": [
9 [0, 200, 200, 100]
10 ],
11 "paintInvalidationClients": [
12 "LayoutView #document"
13 ]
14 } 8 }
15 ] 9 ]
16 } 10 }
17 { 11 {
18 "bounds": [2008, 2016], 12 "bounds": [2008, 2016],
19 "children": [ 13 "children": [
20 { 14 {
21 "bounds": [2008, 2016], 15 "bounds": [2008, 2016],
22 "contentsOpaque": true, 16 "contentsOpaque": true,
23 "drawsContent": true, 17 "drawsContent": true,
24 "repaintRects": [ 18 "repaintRects": [
25 [200, 0, 100, 300],
26 [0, 0, 300, 300] 19 [0, 0, 300, 300]
27 ], 20 ],
28 "paintInvalidationClients": [ 21 "paintInvalidationClients": [
29 "LayoutView #document",
30 "LayoutView #document" 22 "LayoutView #document"
31 ] 23 ]
32 } 24 }
33 ] 25 ]
34 } 26 }
35 { 27 {
36 "bounds": [2008, 2016], 28 "bounds": [2008, 2016],
37 "children": [ 29 "children": [
38 { 30 {
39 "bounds": [2008, 2016], 31 "bounds": [2008, 2016],
40 "contentsOpaque": true, 32 "contentsOpaque": true,
41 "drawsContent": true, 33 "drawsContent": true
42 "repaintRects": [
43 [0, 250, 300, 50]
44 ],
45 "paintInvalidationClients": [
46 "LayoutView #document"
47 ]
48 } 34 }
49 ] 35 ]
50 } 36 }
51 { 37 {
52 "bounds": [2008, 2016], 38 "bounds": [2008, 2016],
53 "children": [ 39 "children": [
54 { 40 {
55 "bounds": [2008, 2016], 41 "bounds": [2008, 2016],
56 "contentsOpaque": true, 42 "contentsOpaque": true,
57 "drawsContent": true, 43 "drawsContent": true,
58 "repaintRects": [ 44 "repaintRects": [
59 [250, 0, 50, 250],
60 [0, 0, 250, 250] 45 [0, 0, 250, 250]
61 ], 46 ],
62 "paintInvalidationClients": [ 47 "paintInvalidationClients": [
63 "LayoutView #document",
64 "LayoutView #document" 48 "LayoutView #document"
65 ] 49 ]
66 } 50 }
67 ] 51 ]
68 } 52 }
69 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698