| Index: Source/core/paint/LayerPainter.cpp
|
| diff --git a/Source/core/paint/LayerPainter.cpp b/Source/core/paint/LayerPainter.cpp
|
| index 74e997d510715bc557e502f20d7cac6fa89c54f0..84f77836981053f9a15df83dc561a83f53e883b4 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->compositeOperator(), m_renderLayer.renderer()->style()->blendMode(), m_renderLayer.renderer()->opacity(), context->compositeOperator()));
|
| }
|
|
|
| LayerPaintingInfo localPaintingInfo(paintingInfo);
|
|
|