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

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

Issue 2361973003: Reduce includes of some SVG*TearOff types (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
index 3945f3f067e2cc5310ede4243f4e66b9f1faa363..65b2113bffe9f3f1ecfb711e8d78d1886e71f520 100644
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
@@ -25,7 +25,6 @@
#include "core/CoreExport.h"
#include "core/svg/SVGAnimatedTransformList.h"
#include "core/svg/SVGElement.h"
-#include "core/svg/SVGRectTearOff.h"
#include "core/svg/SVGTests.h"
#include "platform/heap/Handle.h"
@@ -34,6 +33,7 @@ namespace blink {
class AffineTransform;
class Path;
class SVGMatrixTearOff;
+class SVGRectTearOff;
class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests {
DEFINE_WRAPPERTYPEINFO();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698