RESOLVED FIXED 226150
[LFC] Add support for geometry/quirks virtual functions
https://bugs.webkit.org/show_bug.cgi?id=226150
Summary [LFC] Add support for geometry/quirks virtual functions
zalan
Reported 2021-05-22 21:15:45 PDT
ssia
Attachments
Patch (86.39 KB, patch)
2021-05-22 21:18 PDT, zalan
no flags
Patch (49.27 KB, patch)
2021-05-23 07:06 PDT, zalan
no flags
Patch (77.22 KB, patch)
2021-05-24 12:59 PDT, zalan
ews-feeder: commit-queue-
zalan
Comment 1 2021-05-22 21:18:07 PDT
zalan
Comment 2 2021-05-23 07:06:27 PDT
Antti Koivisto
Comment 3 2021-05-24 10:08:29 PDT
Comment on attachment 429461 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429461&action=review > Source/WebCore/layout/formattingContexts/block/BlockFormattingContext.h:59 > + const FormattingGeometry& formattingGeometry() const final { return m_blockFormattingGeometry; } > + const FormattingQuirks& formattingQuirks() const final { return m_blockFormattingQuirks; } I think you could just return BlockFormattingFoo& here and remove the specialised versions. You can override with more narrow type.
zalan
Comment 4 2021-05-24 12:59:16 PDT
EWS
Comment 5 2021-05-24 15:30:17 PDT
Committed r277972 (238094@main): <https://commits.webkit.org/238094@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429555 [details].
Radar WebKit Bug Importer
Comment 6 2021-05-24 15:31:24 PDT
Note You need to log in before you can comment on or make changes to this bug.