Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1374)

Unified Diff: Source/core/svg/SVGElement.h

Issue 1317563010: Drop SVGElement::getBoundingBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index 1a33b83250076353cef0281db7d7d372e333919f..dd3b027d3e93d0dd74b71ba78045eed930e09749 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -113,8 +113,6 @@ public:
void mapInstanceToElement(SVGElement*);
void removeInstanceMapping(SVGElement*);
- bool getBoundingBox(FloatRect&);
-
void setCursorElement(SVGCursorElement*);
void setCursorImageValue(CSSCursorImageValue*);

Powered by Google App Engine
This is Rietveld 408576698