| Index: Source/core/layout/PaintInvalidationState.cpp
|
| diff --git a/Source/core/layout/PaintInvalidationState.cpp b/Source/core/layout/PaintInvalidationState.cpp
|
| index 7d018389b63c46625679cc9007fdbfdd9562889a..c363947471c32bbd84493b44f3a925501cdc0790 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, RenderBoxModelObject& renderer, const RenderBoxModelObject& paintInvalidationContainer)
|
| : m_clipped(false)
|
| , m_cachedOffsetsEnabled(true)
|
| , m_forceCheckForPaintInvalidation(next.m_forceCheckForPaintInvalidation)
|
|
|