RESOLVED FIXED 177889
Have TextDecorationPainter hold an OptionSet of decorations
https://bugs.webkit.org/show_bug.cgi?id=177889
Summary Have TextDecorationPainter hold an OptionSet of decorations
Daniel Bates
Reported 2017-10-04 12:09:25 PDT
Have TextDecorationPainter hold an OptionSet of decorations. Currently it abuses data type TextDecoration to store a bitmask.
Attachments
Patch (13.04 KB, patch)
2017-10-04 12:50 PDT, Daniel Bates
no flags
Patch (13.15 KB, patch)
2017-10-04 12:52 PDT, Daniel Bates
simon.fraser: review+
Daniel Bates
Comment 1 2017-10-04 12:50:55 PDT
Daniel Bates
Comment 2 2017-10-04 12:52:20 PDT
Build Bot
Comment 3 2017-10-04 12:53:42 PDT
Attachment 322706 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/TextDecorationPainter.cpp:246: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Daniel Bates
Comment 4 2017-10-04 13:05:51 PDT
Comment on attachment 322706 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322706&action=review > Source/WebCore/rendering/TextDecorationPainter.h:71 > - bool m_isPrinting { false }; > + bool m_isPrinting; Will group this bool with the other bool in this class before landing.
Daniel Bates
Comment 5 2017-10-04 16:58:11 PDT
Radar WebKit Bug Importer
Comment 6 2017-10-04 16:59:25 PDT
Note You need to log in before you can comment on or make changes to this bug.