Index: Source/core/svg/graphics/SVGImage.cpp |
diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp |
index c86104a59a8b979b1279d291368333493de62644..668758b68aeea5aa8b8a31f5632860ad88ada28c 100644 |
--- a/Source/core/svg/graphics/SVGImage.cpp |
+++ b/Source/core/svg/graphics/SVGImage.cpp |
@@ -292,9 +292,9 @@ void SVGImage::draw(SkCanvas* canvas, const SkPaint& paint, const FloatRect& dst |
FrameView* view = frameView(); |
view->resize(containerSize()); |
- // Always call scrollToFragment, even if the url is empty, because |
+ // Always call processUrlFragment, even if the url is empty, because |
// there may have been a previous url/fragment that needs to be reset. |
- view->scrollToFragment(m_url); |
+ view->processUrlFragment(m_url); |
SkPictureBuilder imagePicture(dstRect); |
{ |