| 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 3b685597d828d7be414c0362dd314c82aad40ff1..58a6e0af7fa78625423459c75e00e5de63f499e1 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -163,7 +163,7 @@ public:
|
| // When SVG applies the clip and the coordinate system is "user space on use", we must explicitly pass in
|
| // the layer offset to have the clip paint in the correct location. When the coordinate system is
|
| // "object bounding box" the offset is already accounted for in the rootRelativeBounds.
|
| - FloatPoint layerPositionOffset = m_resourceClipper->clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE ?
|
| + FloatPoint layerPositionOffset = m_resourceClipper->clipPathUnits() == SVGUnitTypes::kSvgUnitTypeUserspaceonuse ?
|
| FloatPoint(offsetFromRoot) : FloatPoint();
|
| if (!SVGClipPainter(*m_resourceClipper).prepareEffect(*paintLayer.layoutObject(), FloatRect(rootRelativeBounds),
|
| FloatRect(rootRelativeBounds), layerPositionOffset, context, m_clipperState)) {
|
|
|