blob: bf6abc244ddc1709c04565796b87eda45410b715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[50, 50, 600, 500],
[50, 50, 500, 500]
],
"paintInvalidationClients": [
"LayoutHTMLCanvas (positioned) CANVAS id='canvas'"
]
}
]
}
|