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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-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": [
11 {
12 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
13 "rect": [8, 293, 285, 15],
14 "reason": "scroll"
15 }
16 ],
17 "children": [ 10 "children": [
18 { 11 {
19 "name": "Ancestor Clipping Layer", 12 "name": "LayoutBlockFlow (positioned) DIV id='outer'",
20 "position": [8, 8], 13 "position": [8, 8],
21 "bounds": [285, 285], 14 "bounds": [300, 300],
22 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "backgroundColor": "#0000FF",
23 "children": [ 18 "children": [
24 { 19 {
25 "name": "LayoutBlockFlow (positioned) DIV id='container'", 20 "name": "Scrolling Layer",
26 "position": [-315, 0], 21 "bounds": [285, 285],
27 "bounds": [600, 600], 22 "shouldFlattenTransform": false,
28 "contentsOpaque": true, 23 "children": [
29 "drawsContent": true,
30 "backgroundColor": "#FF0000",
31 "paintInvalidations": [
32 { 24 {
33 "object": "LayoutBlockFlow DIV id='inner'", 25 "name": "Scrolling Contents Layer",
34 "rect": [0, 0, 600, 600], 26 "bounds": [650, 600],
35 "reason": "style change" 27 "contentsOpaque": true,
28 "drawsContent": true
29 }
30 ]
31 },
32 {
33 "name": "Overflow Controls Host Layer",
34 "bounds": [300, 300],
35 "children": [
36 {
37 "name": "Horizontal Scrollbar Layer",
38 "position": [0, 285],
39 "bounds": [285, 15],
40 "paintInvalidations": [
41 {
42 "object": "Horizontal Scrollbar Layer",
43 "rect": [0, 0, 285, 15],
44 "reason": "full"
45 }
46 ]
47 },
48 {
49 "name": "Vertical Scrollbar Layer",
50 "position": [285, 0],
51 "bounds": [15, 285]
52 },
53 {
54 "name": "Scroll Corner Layer",
55 "position": [285, 285],
56 "bounds": [15, 15],
57 "drawsContent": true
36 } 58 }
37 ] 59 ]
38 } 60 }
39 ] 61 ]
62 },
63 {
64 "name": "LayoutBlockFlow (positioned) DIV id='container'",
65 "position": [-307, 8],
66 "bounds": [600, 600],
67 "contentsOpaque": true,
68 "drawsContent": true,
69 "backgroundColor": "#FF0000",
70 "paintInvalidations": [
71 {
72 "object": "LayoutBlockFlow DIV id='inner'",
73 "rect": [0, 0, 600, 600],
74 "reason": "style change"
75 }
76 ]
40 } 77 }
41 ] 78 ]
42 } 79 }
43 ], 80 ],
44 "objectPaintInvalidations": [ 81 "objectPaintInvalidations": [
45 { 82 {
46 "object": "HorizontalScrollbar",
47 "reason": "scroll"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='inner'", 83 "object": "LayoutBlockFlow DIV id='inner'",
51 "reason": "style change" 84 "reason": "style change"
52 } 85 }
53 ] 86 ]
54 } 87 }
55 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698