[Webkit-unassigned] [Bug 82289] [Qt][WK2] Merge setVisibleContentsRect with setFixedVisibleContentRect
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 26 23:39:36 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82289
--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2012-03-26 23:39:36 PST ---
(From update of attachment 133965)
View in context: https://bugs.webkit.org/attachment.cgi?id=133965&action=review
> Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp:448
> scheduleLayerFlush();
> + if (updateFixedVisibleRect)
> + m_webPage->setFixedVisibleContentRect(rect);
> }
I am just wondering, what is the reason this should not always be updated? in theory the fixed visible rect is just the visisble rect (used together with fixed layouting)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list