| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| index 5043b9fd6470cfadd637235aa37e249e168405f4..a94c70eddb8c1d9cc91ccba84c568d003dcbe96c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -113,7 +113,7 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerContentsAndReflectio
|
| // Paint the reflection first if we have one.
|
| if (m_paintLayer.reflectionInfo()) {
|
| ScopeRecorder scopeRecorder(*context);
|
| - m_paintLayer.reflectionInfo()->paint(context, paintingInfo, localPaintFlags | PaintLayerPaintingReflection);
|
| + m_paintLayer.reflectionInfo()->paint(context, paintingInfo, localPaintFlags);
|
| result = MaybeNotFullyPainted;
|
| }
|
|
|
|
|