Exemplo n.º 1
0
void RenderView::checkLayoutState(const LayoutState& state)
{
    if (!RuntimeEnabledFeatures::repaintAfterLayoutEnabled()) {
        ASSERT(layoutDeltaMatches(LayoutSize()));
    }
    ASSERT(!m_layoutStateDisableCount);
    ASSERT(m_layoutState == &state);
}
Exemplo n.º 2
0
void RenderView::checkLayoutState(const LayoutState& state)
{
    ASSERT(layoutDeltaMatches(LayoutSize()));
    ASSERT(!m_layoutStateDisableCount);
    ASSERT(m_layoutState == &state);
}