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

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

Issue 21042009: [SVG2] Merge SVGStyledElement into SVGElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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/SVGElement.idl ('k') | Source/core/svg/SVGElementInstance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElementInstance.h
diff --git a/Source/core/svg/SVGElementInstance.h b/Source/core/svg/SVGElementInstance.h
index 8e0e86eb366ff78726ed7ea72b133f8e3117fdef..88e39a3ef57ba99c486579f2a6c352f2ac17ff7b 100644
--- a/Source/core/svg/SVGElementInstance.h
+++ b/Source/core/svg/SVGElementInstance.h
@@ -35,7 +35,6 @@ void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, Generi
class Document;
class SVGElement;
class SVGElementInstanceList;
-class SVGStyledElement;
class SVGUseElement;
// SVGElementInstance mimics Node, but without providing all its functionality
@@ -91,7 +90,7 @@ public:
~InstanceUpdateBlocker();
private:
- SVGStyledElement* m_targetElement;
+ SVGElement* m_targetElement;
};
static void invalidateAllInstancesOfElement(SVGElement*);
« no previous file with comments | « Source/core/svg/SVGElement.idl ('k') | Source/core/svg/SVGElementInstance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698