[Webkit-unassigned] [Bug 73351] ASSERT fails in updateState ACTION_DRAW case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 00:23:59 PST 2011


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





--- Comment #1 from James Robinson <jamesr at chromium.org>  2011-11-30 00:23:59 PST ---
Are you talking about this assertion:

    case ACTION_DRAW:
        m_needsRedraw = false;
        m_needsForcedRedraw = false;
        if (m_insideVSync)
            m_lastFrameNumberWhereDrawWasCalled = m_currentFrameNumber;
        if (m_commitState == COMMIT_STATE_WAITING_FOR_FIRST_DRAW) {
            ASSERT(m_needsCommit); <----here
            m_commitState = COMMIT_STATE_IDLE;
        }
        return;

?

If so I'm not sure how we are hitting this in the scenario you describe - if m_needsCommit is true then that assertion shouldn't fire.  Or are you referring to a different assertion?

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