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 b89cb9eb75044c0335337ddbb83c7718df18e6c7..0ff42bb801bb9af3ff54bd02a5653441ee77a216 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerReflectionInfo.cpp |
@@ -136,7 +136,7 @@ void PaintLayerReflectionInfo::paint(GraphicsContext* context, const PaintLayerP |
// Mark that we are now inside replica painting. |
m_isPaintingInsideReflection = true; |
- PaintLayerPainter(*reflectionLayer()).paintLayer(context, paintingInfo, flags); |
+ PaintLayerPainter(*reflectionLayer()).paintLayer(context, paintingInfo, flags | PaintLayerPaintingReflection); |
m_isPaintingInsideReflection = false; |
} |