Index: third_party/WebKit/Source/core/svg/SVGUseElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
index f743dc04996f5ef498daa8976d091056526d2c36..e54a8b952dda1b9fd4291a7b4066c4a83cc2609c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -48,7 +48,7 @@ public: |
// Return the element that should be used for clipping, |
// or null if a valid clip element is not directly referenced. |
- SVGGraphicsElement* targetGraphicsElementForClipping() const; |
+ SVGGraphicsElement* visibleTargetGraphicsElementForClipping() const; |
SVGAnimatedLength* x() const { return m_x.get(); } |
SVGAnimatedLength* y() const { return m_y.get(); } |