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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#C0C0C0", 8 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutIFrame (positioned) IFRAME", 11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [2, 65, 236, 235], 12 "rect": [2, 65, 236, 235],
13 "reason": "invalidate paint rectangle" 13 "reason": "invalidate paint rectangle"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow BODY", 16 "object": "LayoutBlockFlow BODY",
17 "rect": [3, 65, 235, 235], 17 "rect": [3, 65, 235, 235],
18 "reason": "subtree" 18 "reason": "subtree"
19 }, 19 },
20 { 20 {
21 "object": "LayoutView #document", 21 "object": "LayoutView #document",
22 "rect": [3, 65, 235, 235], 22 "rect": [3, 65, 235, 235],
23 "reason": "subtree" 23 "reason": "subtree"
24 }, 24 },
25 { 25 {
26 "object": "LayoutView #document", 26 "object": "LayoutView #document",
27 "rect": [3, 300, 235, 15], 27 "rect": [3, 300, 235, 15],
28 "reason": "scroll" 28 "reason": "scroll control"
29 }, 29 },
30 { 30 {
31 "object": "LayoutView #document", 31 "object": "LayoutView #document",
32 "rect": [238, 65, 15, 235], 32 "rect": [238, 65, 15, 235],
33 "reason": "scroll" 33 "reason": "scroll control"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ], 37 ],
38 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
39 { 39 {
40 "object": "LayoutIFrame (positioned) IFRAME", 40 "object": "LayoutIFrame (positioned) IFRAME",
41 "reason": "invalidate paint rectangle" 41 "reason": "invalidate paint rectangle"
42 }, 42 },
43 { 43 {
44 "object": "HorizontalScrollbar", 44 "object": "HorizontalScrollbar",
45 "reason": "scroll" 45 "reason": "scroll control"
46 }, 46 },
47 { 47 {
48 "object": "VerticalScrollbar", 48 "object": "VerticalScrollbar",
49 "reason": "scroll" 49 "reason": "scroll control"
50 }, 50 },
51 { 51 {
52 "object": "LayoutView #document", 52 "object": "LayoutView #document",
53 "reason": "subtree" 53 "reason": "subtree"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow HTML", 56 "object": "LayoutBlockFlow HTML",
57 "reason": "subtree" 57 "reason": "subtree"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow BODY", 60 "object": "LayoutBlockFlow BODY",
61 "reason": "subtree" 61 "reason": "subtree"
62 }, 62 },
63 { 63 {
64 "object": "RootInlineBox", 64 "object": "RootInlineBox",
65 "reason": "subtree" 65 "reason": "subtree"
66 }, 66 },
67 { 67 {
68 "object": "LayoutText #text", 68 "object": "LayoutText #text",
69 "reason": "subtree" 69 "reason": "subtree"
70 }, 70 },
71 { 71 {
72 "object": "InlineTextBox 'scroll me'", 72 "object": "InlineTextBox 'scroll me'",
73 "reason": "subtree" 73 "reason": "subtree"
74 } 74 }
75 ] 75 ]
76 } 76 }
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698