| Index: Source/core/paint/LayerPainter.cpp
|
| diff --git a/Source/core/paint/LayerPainter.cpp b/Source/core/paint/LayerPainter.cpp
|
| index 74e997d510715bc557e502f20d7cac6fa89c54f0..b7d513c5c2d0bea575545a1791b740922d8ede45 100644
|
| --- a/Source/core/paint/LayerPainter.cpp
|
| +++ b/Source/core/paint/LayerPainter.cpp
|
| @@ -220,7 +220,7 @@ void LayerPainter::paintLayerContents(GraphicsContext* context, const LayerPaint
|
| &paintingInfo, LayoutPoint(), paintFlags));
|
|
|
| compositingRecorder = adoptPtr(new CompositingRecorder(context, m_renderLayer.renderer()->displayItemClient(),
|
| - context->compositeOperation(), m_renderLayer.renderer()->style()->blendMode(), m_renderLayer.renderer()->opacity(), context->compositeOperation()));
|
| + context->compositeOperationDeprecated(), m_renderLayer.renderer()->style()->blendMode(), m_renderLayer.renderer()->opacity(), context->compositeOperationDeprecated()));
|
| }
|
|
|
| LayerPaintingInfo localPaintingInfo(paintingInfo);
|
|
|