mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge outline paint phases into the foreground phase.
Mostly just mechanical changes. The one surprising bit is that RenderLayer no longer needs to explictly paint outlines. I tested manually that before this patch, the paintOutline call in RenderLayer was needed for outlines on positioned elements and that after this patch it's not. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/878023002
This commit is contained in:
parent
9582236903
commit
5dd395d81d
@ -10,7 +10,7 @@ layer at (0,0) size 56x69 clip at (3,3) size 50x63
|
||||
RenderParagraph (anonymous) at (3,47) size 50x19
|
||||
RenderText {#text} at (0,0) size 94x19
|
||||
text run at (0,0) width 94: "all ellipsize."
|
||||
layer at (3,22) size 56x25 backgroundClip at (3,22) size 50x25 clip at (6,25) size 47x19 outlineClip at (3,3) size 50x63
|
||||
layer at (3,22) size 56x25 backgroundClip at (3,22) size 50x25 clip at (6,25) size 47x19
|
||||
RenderParagraph {p} at (3,22) size 56x25 [border: (3px solid #FF0000)]
|
||||
RenderText {#text} at (3,3) size 54x19
|
||||
text run at (3,3) width 54: "should"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user