Summary: | [FrameView::layout cleanup] Move style update related logic to a separate function | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> | ||||||
Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
zalan
2017-10-19 19:19:22 PDT
Created attachment 324333 [details]
Patch
Comment on attachment 324333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324333&action=review > Source/WebCore/page/FrameView.cpp:1365 > +void FrameView::ensureStyleIsUpToDateForLayout() Maybe just updateStyleForLayout or updateStyleBeforeLayout ? Created attachment 324348 [details]
Patch
Comment on attachment 324348 [details] Patch Clearing flags on attachment: 324348 Committed r223742: <https://trac.webkit.org/changeset/223742> All reviewed patches have been landed. Closing bug. |