Exemplo n.º 1
0
void CoordinatedLayerTreeHost::scrollNonCompositedContents(const WebCore::IntRect&)
{
    if (!m_webPage->useFixedLayout())
        setNonCompositedContentsNeedDisplay();

    scheduleLayerFlush();
}
Exemplo n.º 2
0
void LayerTreeCoordinator::scrollNonCompositedContents(const WebCore::IntRect& scrollRect, const WebCore::IntSize& /* scrollOffset */)
{
    setNonCompositedContentsNeedDisplay(scrollRect);
}
Exemplo n.º 3
0
void LayerTreeHostCA::scrollNonCompositedContents(const IntRect& scrollRect, const IntSize& scrollOffset)
{
    setNonCompositedContentsNeedDisplay(scrollRect);
}