Bug 193835 - Remove FrameView::m_firstVisuallyNonEmptyLayoutCallbackPending
Summary: Remove FrameView::m_firstVisuallyNonEmptyLayoutCallbackPending
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-25 11:13 PST by zalan
Modified: 2019-01-25 12:40 PST (History)
8 users (show)

See Also:


Attachments
Patch (6.28 KB, patch)
2019-01-25 11:33 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (6.28 KB, patch)
2019-01-25 11:54 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2019-01-25 11:13:37 PST
It's redundant.
Comment 1 zalan 2019-01-25 11:33:40 PST
Created attachment 360135 [details]
Patch
Comment 2 Simon Fraser (smfr) 2019-01-25 11:51:17 PST
Comment on attachment 360135 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=360135&action=review

> Source/WebCore/page/FrameView.h:883
> +    bool m_isVisuallyNonEmpty { false };

Move this above.
Comment 3 zalan 2019-01-25 11:54:46 PST
Created attachment 360139 [details]
Patch
Comment 4 WebKit Commit Bot 2019-01-25 12:39:05 PST
Comment on attachment 360139 [details]
Patch

Clearing flags on attachment: 360139

Committed r240495: <https://trac.webkit.org/changeset/240495>
Comment 5 WebKit Commit Bot 2019-01-25 12:39:06 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-01-25 12:40:29 PST
<rdar://problem/47558049>