RESOLVED FIXED 224769
Rename FloatQuad::isEmpty() to boundingBoxIsEmpty() and reimplement isEmpty()
https://bugs.webkit.org/show_bug.cgi?id=224769
Summary Rename FloatQuad::isEmpty() to boundingBoxIsEmpty() and reimplement isEmpty()
Wenson Hsieh
Reported 2021-04-19 10:28:16 PDT
.
Attachments
Patch (9.39 KB, patch)
2021-04-19 12:34 PDT, Wenson Hsieh
no flags
For landing (9.45 KB, patch)
2021-04-19 13:08 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-04-19 12:34:20 PDT
Tim Horton
Comment 2 2021-04-19 13:01:44 PDT
Comment on attachment 426462 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426462&action=review > Source/WebCore/platform/graphics/FloatQuad.h:-80 > - // isEmpty tests that the bounding box is empty. This will not identify > - // "slanted" empty quads. Maybe you want to leave the comment to explain the difference? The names are pretty good, but it didn't really click till I saw " "slanted" empty quads".
Wenson Hsieh
Comment 3 2021-04-19 13:03:32 PDT
Comment on attachment 426462 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426462&action=review Thanks for the review! >> Source/WebCore/platform/graphics/FloatQuad.h:-80 >> - // "slanted" empty quads. > > Maybe you want to leave the comment to explain the difference? The names are pretty good, but it didn't really click till I saw " "slanted" empty quads". Makes sense — I'll keep the comment, as `// This method will not identify "slanted" empty quads.`
Wenson Hsieh
Comment 4 2021-04-19 13:08:57 PDT
Created attachment 426466 [details] For landing
EWS
Comment 5 2021-04-19 15:21:02 PDT
Committed r276275 (236757@main): <https://commits.webkit.org/236757@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 426466 [details].
Ling Ho
Comment 6 2021-04-23 02:59:23 PDT
Note You need to log in before you can comment on or make changes to this bug.