[Webkit-unassigned] [Bug 77063] [Qt][WK2] Child layers appear in wrong position when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 02:53:55 PST 2012


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-01-26 02:53:55 PST ---
(From update of attachment 124037)
View in context: https://bugs.webkit.org/attachment.cgi?id=124037&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:795
>      Frame* frame = m_page->mainFrame();
> +    m_fixedVisibleContentRect = rect;
>  
>      frame->view()->setFixedVisibleContentRect(rect);
>  }

can't you receive it from the FrameView instead? or is that a performance issue?

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