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 c75022375e12fe9b2ccb3aa2bc6b53aa9e619ef9..6aa124823e87b7dca13e33f0cf0d8f9728cae97a 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; |
} |