-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Impeller] Move GetSecondsElapsed to Playground #38375
Conversation
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 w/ nit
impeller/playground/playground.h
Outdated
@@ -9,6 +9,7 @@ | |||
#include "flutter/fml/closure.h" | |||
#include "flutter/fml/macros.h" | |||
|
|||
#include "fml/time/time_delta.h" |
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.
nit: Group with the fml includes above and prefix with "flutter/".
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.
Done.
710e6c6
to
91c5068
Compare
…117270) * 1ae4c7c35 [Impeller Scene] Fix crasher for nodes with no meshes (flutter/engine#38374) * 7e296985f [Impeller] Move GetSecondsElapsed to Playground (flutter/engine#38375)
…lutter#117270) * 1ae4c7c35 [Impeller Scene] Fix crasher for nodes with no meshes (flutter/engine#38374) * 7e296985f [Impeller] Move GetSecondsElapsed to Playground (flutter/engine#38375)
PlaygroundTest isn't the right abstraction for time utils like this.