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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-generated-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [600, 250], 3 "bounds": [600, 250],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [600, 250], 7 "bounds": [600, 250],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 } 56 }
57 ], 57 ],
58 "objectPaintInvalidations": [ 58 "objectPaintInvalidations": [
59 { 59 {
60 "object": "LayoutView #document", 60 "object": "LayoutView #document",
61 "reason": "bounds change" 61 "reason": "bounds change"
62 }, 62 },
63 { 63 {
64 "object": "LayoutBlockFlow HTML", 64 "object": "LayoutBlockFlow HTML",
65 "reason": "forced by layout" 65 "reason": "forced by layout"
66 },
67 {
68 "object": "LayoutBlockFlow BODY",
69 "reason": "became visible"
70 } 66 }
71 ] 67 ]
72 } 68 }
73 { 69 {
74 "name": "Content Root Layer", 70 "name": "Content Root Layer",
75 "bounds": [400, 600], 71 "bounds": [400, 600],
76 "children": [ 72 "children": [
77 { 73 {
78 "name": "LayoutView #document", 74 "name": "LayoutView #document",
79 "bounds": [400, 600], 75 "bounds": [400, 600],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 } 124 }
129 ], 125 ],
130 "objectPaintInvalidations": [ 126 "objectPaintInvalidations": [
131 { 127 {
132 "object": "LayoutView #document", 128 "object": "LayoutView #document",
133 "reason": "bounds change" 129 "reason": "bounds change"
134 }, 130 },
135 { 131 {
136 "object": "LayoutBlockFlow HTML", 132 "object": "LayoutBlockFlow HTML",
137 "reason": "forced by layout" 133 "reason": "forced by layout"
138 },
139 {
140 "object": "LayoutBlockFlow BODY",
141 "reason": "became visible"
142 } 134 }
143 ] 135 ]
144 } 136 }
145 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698