Bug 92317 - RenderView::m_fixedPositionedElements is unused
Summary: RenderView::m_fixedPositionedElements is unused
Status: RESOLVED DUPLICATE of bug 101251
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 16:31 PDT by Simon Fraser (smfr)
Modified: 2012-11-29 20:02 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-07-25 16:31:11 PDT
FrameView now has m_fixedElements, but RenderView has an unused m_fixedPositionedElements member. I think it makes more sense to store m_fixedElements on RenderView, rather than FrameView.
Comment 1 Simon Fraser (smfr) 2012-11-29 20:02:51 PST

*** This bug has been marked as a duplicate of bug 101251 ***