| Index: third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp b/third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp
|
| index a3fc5d14b3238e67cd6f65f58e3813d5ac8e768b..12dac38af7b6bc4b1228a768978018fc3d55bea7 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp
|
| @@ -58,7 +58,7 @@ BoxReflection boxReflectionForPaintLayer(const PaintLayer& layer, const Computed
|
| SkPictureBuilder recorder(maskBoundingFloatRect);
|
| {
|
| GraphicsContext& context = recorder.context();
|
| - DrawingRecorder drawingRecorder(context, *layer.layoutObject(), DisplayItem::ReflectionMask, maskBoundingFloatRect);
|
| + DrawingRecorder drawingRecorder(context, *layer.layoutObject(), DisplayItem::kReflectionMask, maskBoundingFloatRect);
|
| NinePieceImagePainter(*layer.layoutObject()).paint(
|
| recorder.context(), maskRect, style, maskNinePiece, SkXfermode::kSrcOver_Mode);
|
| }
|
|
|