Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

brianosman
Copy link
Contributor

No description provided.

@brianosman brianosman added the Work in progress (WIP) Not ready (yet) for review! label Apr 16, 2020
@auto-assign auto-assign bot requested a review from cbracken April 16, 2020 20:24
node.screen_rect.setLTRB(dst[0], dst[1], dst[8], dst[9]);
node.screen_rect.setLTRB(dst[0].x, dst[0].y, dst[1].x, dst[1].y);
node.screen_rect.sort();
std::vector<SkVector4> points = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh, this was just unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, it was sort of redundant with the previous chunk of code, and then the result was never used. Also, the previous code transformed all four corners, but then only used the results from two of them.

@brianosman brianosman removed the Work in progress (WIP) Not ready (yet) for review! label Apr 17, 2020
@brianosman brianosman merged commit fb208b4 into flutter:master Apr 17, 2020
@aam
Copy link
Member

aam commented Apr 17, 2020

Not sure if it was intentional, but I don't think we generally want to land CLs with failed checks, on red tree unless those CLs are directed at turning the tree green.

@brianosman
Copy link
Contributor Author

Sorry about this. This is part of my ongoing frustration with the checks system here. I re-tried the two red checks, and they both passed, but the UI here never picks up that information.

Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this last week but post-submit LGTM :) Thanks!

@brianosman brianosman deleted the m44-continued branch November 2, 2020 18:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants