Chromium Code Reviews| Index: Source/core/svg/SVGElement.cpp |
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
| index 8a5fc46e23ecd46d58569c00508d9bf67f85cd0f..7775411a096dda95dd68ec7edb16ca7b5870ff58 100644 |
| --- a/Source/core/svg/SVGElement.cpp |
| +++ b/Source/core/svg/SVGElement.cpp |
| @@ -317,7 +317,7 @@ void SVGElement::setInstanceUpdatesBlocked(bool value) |
| svgRareData()->setInstanceUpdatesBlocked(value); |
| } |
| -AffineTransform SVGElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope) const |
| +AffineTransform SVGElement::localCoordinateSpaceTransform(SVGElement::CTMScope) const |
|
pdr.
2013/11/08 23:50:48
No need to specify SVGElement:: here (here, and el
rwlbuis
2013/11/10 20:35:45
Done.
|
| { |
| // To be overriden by SVGGraphicsElement (or as special case SVGTextElement and SVGPatternElement) |
| return AffineTransform(); |