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

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

Issue 344693003: Reduce forward declarations in core/svg (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/svg/SVGInteger.h ('k') | Source/core/svg/SVGPaint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGNumberTearOff.h
diff --git a/Source/core/svg/SVGNumberTearOff.h b/Source/core/svg/SVGNumberTearOff.h
index 8abe917f0ce1b204ee1b5b4e4a6283e86f0080c6..b3f9582408030d884d0e5a316d6cb1b4758fc885 100644
--- a/Source/core/svg/SVGNumberTearOff.h
+++ b/Source/core/svg/SVGNumberTearOff.h
@@ -37,8 +37,6 @@
namespace WebCore {
-class SVGMatrix;
-
class SVGNumberTearOff : public SVGPropertyTearOff<SVGNumber>, public ScriptWrappable {
public:
static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
« no previous file with comments | « Source/core/svg/SVGInteger.h ('k') | Source/core/svg/SVGPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698