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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2358203002: Enable compositing of scrolling content on low-DPI when LCD text will be maintained (Closed)
Patch Set: Fix indent and a bad rebaseline. Created 4 years, 2 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": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "children": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "rect": [0, 0, 185, 30], 13 "bounds": [200, 100],
14 "reason": "forced by layout" 14 "shouldFlattenTransform": false,
15 }, 15 "drawsContent": true,
16 { 16 "backgroundColor": "#808080",
17 "object": "LayoutBlockFlow DIV id='scroller'", 17 "children": [
18 "rect": [185, 0, 15, 100], 18 {
19 "reason": "scroll" 19 "name": "Scrolling Layer",
20 }, 20 "bounds": [185, 100],
21 { 21 "shouldFlattenTransform": false,
22 "object": "LayoutText #text", 22 "children": [
23 "rect": [0, 5, 15, 15], 23 {
24 "reason": "full" 24 "name": "Scrolling Contents Layer",
25 "bounds": [185, 210],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutBlockFlow DIV id='dynamic' class='content '",
31 "rect": [0, 0, 185, 30],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [0, 5, 15, 15],
37 "reason": "full"
38 }
39 ]
40 }
41 ]
42 },
43 {
44 "name": "Overflow Controls Host Layer",
45 "bounds": [200, 100],
46 "children": [
47 {
48 "name": "Vertical Scrollbar Layer",
49 "position": [185, 0],
50 "bounds": [15, 100],
51 "paintInvalidations": [
52 {
53 "object": "Vertical Scrollbar Layer",
54 "rect": [0, 0, 15, 210],
55 "reason": "full"
56 },
57 {
58 "object": "Vertical Scrollbar Layer",
59 "rect": [0, 0, 15, 210],
60 "reason": "full"
61 },
62 {
63 "object": "Vertical Scrollbar Layer",
64 "rect": [0, 0, 15, 100],
65 "reason": "full"
66 },
67 {
68 "object": "Vertical Scrollbar Layer",
69 "rect": [0, 0, 15, 100],
70 "reason": "full"
71 },
72 {
73 "object": "Vertical Scrollbar Layer",
74 "rect": [0, 0, 15, 100],
75 "reason": "full"
76 },
77 {
78 "object": "Vertical Scrollbar Layer",
79 "rect": [0, 0, 15, 100],
80 "reason": "full"
81 }
82 ]
83 }
84 ]
85 }
86 ]
25 } 87 }
26 ] 88 ]
27 } 89 }
28 ], 90 ],
29 "objectPaintInvalidations": [ 91 "objectPaintInvalidations": [
30 { 92 {
31 "object": "VerticalScrollbar",
32 "reason": "scroll"
33 },
34 {
35 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 93 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
36 "reason": "forced by layout" 94 "reason": "forced by layout"
37 }, 95 },
38 { 96 {
39 "object": "RootInlineBox", 97 "object": "RootInlineBox",
40 "reason": "forced by layout" 98 "reason": "forced by layout"
41 }, 99 },
42 { 100 {
43 "object": "LayoutText #text", 101 "object": "LayoutText #text",
44 "reason": "full" 102 "reason": "full"
45 }, 103 },
46 { 104 {
47 "object": "InlineTextBox 'z'", 105 "object": "InlineTextBox 'z'",
48 "reason": "full" 106 "reason": "full"
49 } 107 }
50 ] 108 ]
51 } 109 }
52 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698