| Index: Source/core/layout/PaintInvalidationState.cpp
|
| diff --git a/Source/core/layout/PaintInvalidationState.cpp b/Source/core/layout/PaintInvalidationState.cpp
|
| index 7d018389b63c46625679cc9007fdbfdd9562889a..0df3364db46d934c3066ffdc3fe416371a03c1d0 100644
|
| --- a/Source/core/layout/PaintInvalidationState.cpp
|
| +++ b/Source/core/layout/PaintInvalidationState.cpp
|
| @@ -34,7 +34,7 @@ PaintInvalidationState::PaintInvalidationState(const RenderView& renderView)
|
| m_clipped = true;
|
| }
|
|
|
| -PaintInvalidationState::PaintInvalidationState(const PaintInvalidationState& next, LayoutLayerModelObject& renderer, const LayoutLayerModelObject& paintInvalidationContainer)
|
| +PaintInvalidationState::PaintInvalidationState(const PaintInvalidationState& next, LayoutBoxModelObject& renderer, const LayoutBoxModelObject& paintInvalidationContainer)
|
| : m_clipped(false)
|
| , m_cachedOffsetsEnabled(true)
|
| , m_forceCheckForPaintInvalidation(next.m_forceCheckForPaintInvalidation)
|
|
|