Index: Source/core/paint/DeprecatedPaintLayerPainter.cpp |
diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.cpp b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
index 92d5432beb76469e9f3f717907f1d30592195333..2f02147960dd90ffd1691eb4717a8b8fca087918 100644 |
--- a/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
+++ b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
@@ -111,7 +111,7 @@ public: |
const LayoutPoint& offsetFromRoot, PaintLayerFlags paintFlags) |
: m_resourceClipper(0), m_renderLayer(renderLayer), m_context(context) |
{ |
- const LayoutStyle& style = renderLayer.layoutObject()->styleRef(); |
+ const ComputedStyle& style = renderLayer.layoutObject()->styleRef(); |
// Clip-path, like border radius, must not be applied to the contents of a composited-scrolling container. |
// It must, however, still be applied to the mask layer, so that the compositor can properly mask the |