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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h

Issue 2360083002: Remove SVGSVGElement dependency from SVGTransformListTearOff (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
index babf716e3be1d8cfeafef867a996f79a44bf33f6..443362fce047b3944a363243dbc3d863b48f5ccd 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
+++ b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
@@ -32,11 +32,13 @@
#define SVGTransformListTearOff_h
#include "core/svg/SVGTransformList.h"
-#include "core/svg/SVGTransformTearOff.h"
#include "core/svg/properties/SVGListPropertyTearOffHelper.h"
namespace blink {
+class SVGMatrixTearOff;
+class SVGTransformTearOff;
+
class SVGTransformListTearOff final
: public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>
, public ScriptWrappable {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGTransformListTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698