| Index: third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| index 00ee12c0257381f8eccf836579da5b626906675a..89691537e88e97066a9bf00b6eb60f3824afc3e2 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
|
| @@ -218,8 +218,8 @@ bool SVGPaintContext::isIsolationInstalled() const {
|
| return false;
|
| }
|
|
|
| -void SVGPaintContext::paintSubtree(GraphicsContext& context,
|
| - const LayoutObject* item) {
|
| +void SVGPaintContext::paintResourceSubtree(GraphicsContext& context,
|
| + const LayoutObject* item) {
|
| DCHECK(item);
|
| DCHECK(!item->needsLayout());
|
|
|
|
|