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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-invalidation-in-overflow-scroll-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutText #text", 10 "object": "LayoutBlockFlow DIV id='inner-editor'",
11 "rect": [380, 11, 3, 16], 11 "rect": [381, 11, 1, 16],
12 "reason": "invalidate paint rectangle" 12 "reason": "caret"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutBlockFlow DIV id='inner-editor'",
16 "rect": [377, 11, 3, 16], 16 "rect": [378, 11, 1, 16],
17 "reason": "invalidate paint rectangle" 17 "reason": "caret"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "Caret", 24 "object": "Caret",
25 "reason": "invalidate paint rectangle" 25 "reason": "caret"
26 },
27 {
28 "object": "Caret",
29 "reason": "invalidate paint rectangle"
30 } 26 }
31 ] 27 ]
32 } 28 }
33 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698