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

Side by Side Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 498773007: Move some scroll invalidations to the paint invalidation phase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch updated after Dan's review. Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [785, 4016], 2 "bounds": [785, 4016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 4016], 5 "bounds": [785, 4016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 500, 400, 200] 9 [0, 600, 400, 100],
10 [0, 500, 400, 100]
10 ], 11 ],
11 "children": [ 12 "children": [
12 { 13 {
13 "position": [0, 600], 14 "position": [0, 600],
14 "bounds": [400, 100], 15 "bounds": [400, 100],
15 "contentsOpaque": true, 16 "contentsOpaque": true,
16 "backgroundColor": "#A0A0A0", 17 "backgroundColor": "#A0A0A0",
17 "children": [ 18 "children": [
18 { 19 {
19 "bounds": [400, 100], 20 "bounds": [400, 100],
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [200, 100], 23 "bounds": [200, 100],
23 "contentsOpaque": true, 24 "contentsOpaque": true,
24 "drawsContent": true, 25 "drawsContent": true,
25 "backgroundColor": "#00A0A0" 26 "backgroundColor": "#00A0A0"
26 } 27 }
27 ] 28 ]
28 } 29 }
29 ] 30 ]
30 } 31 }
31 ] 32 ]
32 } 33 }
33 ] 34 ]
34 } 35 }
35 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698