-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Implement frameData for TestWindow #105537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| } | ||
| _phase = newPhase; | ||
| if (hasScheduledFrame) { | ||
| addTime(const Duration(milliseconds: 500)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these removals? Seems unrelated to the goal of the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addTime is deprecated and implemented as a no-op. I can remove this from this PR, but it caused confusion for me when tracing through to figure out what was missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. It's fine to leave the removal in this PR :)
This reverts commit 21841d7.
This reverts commit 21841d7.
…lutter#107168) * Revert "Reland "Clipping if only one character text overflows (flutter#99146)" (flutter#102130)" This reverts commit 3f43d9f. * Revert "Implement frameData for TestWindow (flutter#105537)" This reverts commit 21841d7.
Fixes #105530