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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
(...skipping 25 matching lines...) Expand all
36 "name": "Scrolling Layer", 36 "name": "Scrolling Layer",
37 "bounds": [60, 16], 37 "bounds": [60, 16],
38 "shouldFlattenTransform": false 38 "shouldFlattenTransform": false
39 }, 39 },
40 { 40 {
41 "name": "Scrolling Contents Layer", 41 "name": "Scrolling Contents Layer",
42 "bounds": [75, 16], 42 "bounds": [75, 16],
43 "drawsContent": true, 43 "drawsContent": true,
44 "paintInvalidations": [ 44 "paintInvalidations": [
45 { 45 {
46 "object": "LayoutText #text", 46 "object": "LayoutBlockFlow DIV id='inner-editor'",
47 "rect": [72, -1, 3, 18], 47 "rect": [73, 0, 1, 16],
48 "reason": "invalidate paint rectangle" 48 "reason": "caret"
49 } 49 }
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "name": "Overflow Controls Host Layer", 53 "name": "Overflow Controls Host Layer",
54 "bounds": [60, 16] 54 "bounds": [60, 16]
55 }, 55 },
56 { 56 {
57 "name": "Horizontal Scrollbar Layer", 57 "name": "Horizontal Scrollbar Layer",
58 "position": [0, 16], 58 "position": [0, 16],
59 "bounds": [60, 0], 59 "bounds": [60, 0],
60 "drawsContent": true 60 "drawsContent": true
61 } 61 }
62 ], 62 ],
63 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
64 { 64 {
65 "object": "Caret", 65 "object": "LayoutTextControl INPUT id='root'",
66 "reason": "invalidate paint rectangle" 66 "reason": "subtree"
67 }, 67 },
68 { 68 {
69 "object": "LayoutTextControl INPUT id='root'", 69 "object": "Caret",
70 "reason": "subtree" 70 "reason": "caret"
71 } 71 }
72 ] 72 ]
73 } 73 }
74 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698