[Webkit-unassigned] [Bug 95494] New: RenderLayer::allowsScrolling is not a valid condition to promote a scroll layer to HW acceleratable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 13:19:19 PDT 2012


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

           Summary: RenderLayer::allowsScrolling is not a valid condition
                    to promote a scroll layer to HW acceleratable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org


This is always false for the Blackberry port, for example:

bool RenderLayer::allowsScrolling() const
{
    return (m_hBar && m_hBar->enabled()) || (m_vBar && m_vBar->enabled());
}

.....
We can query FrameView::ScrollableAreaSet instead

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