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

Side by Side Diff: LayoutTests/compositing/repaint/resize-repaint-expected.txt

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Epic patch ready for review. Created 6 years, 6 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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 113, 784, 102], 9 [8, 113, 784, 102],
10 [0, 126, 800, 102] 10 [0, 126, 800, 102]
11 ], 11 ],
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [8, 8], 14 "position": [8, 8],
15 "bounds": [402, 207], 15 "bounds": [402, 207],
16 "drawsContent": true, 16 "drawsContent": true,
17 "repaintRects": [ 17 "repaintRects": [
18 [2, 104, 398, 1], 18 [2, 155, 398, 50],
19 [2, 104, 398, 50],
20 [0, 105, 402, 102],
19 [0, 104, 402, 1] 21 [0, 104, 402, 1]
20 ] 22 ]
21 } 23 }
22 ] 24 ]
23 } 25 }
24 ] 26 ]
25 } 27 }
26 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698