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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-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 "drawsContent": true, 8 "drawsContent": true,
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 } 54 }
55 ], 55 ],
56 "objectPaintInvalidations": [ 56 "objectPaintInvalidations": [
57 { 57 {
58 "object": "LayoutView #document", 58 "object": "LayoutView #document",
59 "reason": "incremental" 59 "reason": "incremental"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow HTML", 62 "object": "LayoutBlockFlow HTML",
63 "reason": "forced by layout" 63 "reason": "forced by layout"
64 },
65 {
66 "object": "LayoutBlockFlow BODY",
67 "reason": "became visible"
68 } 64 }
69 ] 65 ]
70 } 66 }
71 { 67 {
72 "name": "Content Root Layer", 68 "name": "Content Root Layer",
73 "bounds": [400, 600], 69 "bounds": [400, 600],
74 "children": [ 70 "children": [
75 { 71 {
76 "name": "LayoutView #document", 72 "name": "LayoutView #document",
77 "bounds": [400, 600], 73 "bounds": [400, 600],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 } 120 }
125 ], 121 ],
126 "objectPaintInvalidations": [ 122 "objectPaintInvalidations": [
127 { 123 {
128 "object": "LayoutView #document", 124 "object": "LayoutView #document",
129 "reason": "incremental" 125 "reason": "incremental"
130 }, 126 },
131 { 127 {
132 "object": "LayoutBlockFlow HTML", 128 "object": "LayoutBlockFlow HTML",
133 "reason": "forced by layout" 129 "reason": "forced by layout"
134 },
135 {
136 "object": "LayoutBlockFlow BODY",
137 "reason": "became visible"
138 } 130 }
139 ] 131 ]
140 } 132 }
141 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698