[Webkit-unassigned] [Bug 82289] [Qt][WK2] Merge setVisibleContentsRect with setFixedVisibleContentRect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 05:30:49 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82289





--- Comment #3 from Yael <yael.aharon at nokia.com>  2012-03-27 05:30:38 PST ---
(In reply to comment #2)
> (From update of attachment 133965 [details])
> 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)

When running with the option --desktop, we don't want to update this.

-- 
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