[Webkit-unassigned] [Bug 73920] [Qt] Tiled backing store failing to update view under certain conditions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 08:50:40 PST 2012


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





--- Comment #16 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2012-11-05 08:52:09 PST ---
(In reply to comment #15)
The coordinates need to be fixed too, so maybe something like this:

void TileQt::resize(const IntSize& newSize)
{
    IntRect oldRect = m_rect;
    m_rect = IntRect(m_rect.location(), newSize);
    invalidate(unionRect(m_rect, oldRect));
}

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