| Summary: | Add TransformationMatrix::Identity | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> | ||||||
| Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, darin, simon.fraser | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Yusuke Suzuki
2018-07-31 12:42:51 PDT
Created attachment 346191 [details]
Patch
Created attachment 346265 [details]
Patch
Comment on attachment 346265 [details]
Patch
Thanks
Comment on attachment 346265 [details] Patch Clearing flags on attachment: 346265 Committed r234460: <https://trac.webkit.org/changeset/234460> All reviewed patches have been landed. Closing bug. Comment on attachment 346265 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346265&action=review > Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:121 > + static const TransformationMatrix Identity; Seems fine to define this, but unclear to me why its name is capitalized given WebKit coding style. Comment on attachment 346265 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346265&action=review >> Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:121 >> + static const TransformationMatrix Identity; > > Seems fine to define this, but unclear to me why its name is capitalized given WebKit coding style. Ah, I named it as `Identity` since we have `JSCell::StructureFlags` static const variable, but it seems this is rather exceptional. Changed in a follow-up patch. Committed r234492: <https://trac.webkit.org/changeset/234492> |