| Index: third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| index 0ff42bb801bb9af3ff54bd02a5653441ee77a216..49c3823c136f11134f788fa5b051dc9ead717695 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp
|
| @@ -129,7 +129,7 @@ void PaintLayerReflectionInfo::updateAfterStyleChange(const ComputedStyle* oldSt
|
| m_reflection->setStyle(newStyle.release());
|
| }
|
|
|
| -void PaintLayerReflectionInfo::paint(GraphicsContext* context, const PaintLayerPaintingInfo& paintingInfo, PaintLayerFlags flags)
|
| +void PaintLayerReflectionInfo::paint(GraphicsContext& context, const PaintLayerPaintingInfo& paintingInfo, PaintLayerFlags flags)
|
| {
|
| if (m_isPaintingInsideReflection)
|
| return;
|
|
|