RESOLVED FIXED 179868
Mechanical cleanup of FE* files
https://bugs.webkit.org/show_bug.cgi?id=179868
Summary Mechanical cleanup of FE* files
Simon Fraser (smfr)
Reported 2017-11-18 16:57:23 PST
Mechanical cleanup of FE* files
Attachments
Patch (63.77 KB, patch)
2017-11-18 16:59 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2017-11-18 16:59:31 PST
Wenson Hsieh
Comment 2 2017-11-18 17:09:59 PST
Comment on attachment 327327 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327327&action=review r=mews > Source/WebCore/platform/graphics/filters/FEColorMatrix.h:44 > bool setType(ColorMatrixType); This seems straightforward enough that we could just inline it alongside the getter above. > Source/WebCore/platform/graphics/filters/FEColorMatrix.h:55 > + void platformApplySoftware() override; Is FEColorMatrix something we might want to subclass? If not, we should consider just making this final. > Source/WebCore/platform/graphics/filters/FEColorMatrix.h:57 > + WTF::TextStream& externalRepresentation(WTF::TextStream&, int indention) const override; Ditto.
WebKit Commit Bot
Comment 3 2017-11-18 17:55:41 PST
Comment on attachment 327327 [details] Patch Clearing flags on attachment: 327327 Committed r225026: <https://trac.webkit.org/changeset/225026>
WebKit Commit Bot
Comment 4 2017-11-18 17:55:42 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-11-18 17:56:19 PST
Note You need to log in before you can comment on or make changes to this bug.