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

Side by Side Diff: WebCore/svg/SVGElement.h

Issue 5545007: Merge 73432 - 2010-12-07 Justin Schuh <jschuh@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 unified diff | Download patch
« no previous file with comments | « WebCore/svg/SVGCursorElement.cpp ('k') | WebCore/svg/SVGElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006, 2008 Nikolas Zimmermann <zimmermann@kde.org> 2 * Copyright (C) 2004, 2005, 2006, 2008 Nikolas Zimmermann <zimmermann@kde.org>
3 * Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org> 3 * Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
4 * Copyright (C) 2009 Apple Inc. All rights reserved. 4 * Copyright (C) 2009 Apple Inc. All rights reserved.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 virtual AffineTransform* supplementalTransform() { return 0; } 69 virtual AffineTransform* supplementalTransform() { return 0; }
70 70
71 void invalidateSVGAttributes() { clearAreSVGAttributesValid(); } 71 void invalidateSVGAttributes() { clearAreSVGAttributesValid(); }
72 72
73 const HashSet<SVGElementInstance*>& instancesForElement() const; 73 const HashSet<SVGElementInstance*>& instancesForElement() const;
74 74
75 bool boundingBox(FloatRect&, SVGLocatable::StyleUpdateStrategy = SVGLoca table::AllowStyleUpdate) const; 75 bool boundingBox(FloatRect&, SVGLocatable::StyleUpdateStrategy = SVGLoca table::AllowStyleUpdate) const;
76 76
77 void setCursorElement(SVGCursorElement*); 77 void setCursorElement(SVGCursorElement*);
78 void cursorElementRemoved();
78 void setCursorImageValue(CSSCursorImageValue*); 79 void setCursorImageValue(CSSCursorImageValue*);
80 void cursorImageElementRemoved();
79 81
80 virtual void updateAnimatedSVGAttribute(const QualifiedName&) const; 82 virtual void updateAnimatedSVGAttribute(const QualifiedName&) const;
81 83
82 protected: 84 protected:
83 SVGElement(const QualifiedName&, Document*); 85 SVGElement(const QualifiedName&, Document*);
84 86
85 virtual void parseMappedAttribute(Attribute*); 87 virtual void parseMappedAttribute(Attribute*);
86 88
87 virtual void finishParsingChildren(); 89 virtual void finishParsingChildren();
88 virtual void insertedIntoDocument(); 90 virtual void insertedIntoDocument();
(...skipping 16 matching lines...) Expand all
105 void mapInstanceToElement(SVGElementInstance*); 107 void mapInstanceToElement(SVGElementInstance*);
106 void removeInstanceMapping(SVGElementInstance*); 108 void removeInstanceMapping(SVGElementInstance*);
107 109
108 virtual bool haveLoadedRequiredResources(); 110 virtual bool haveLoadedRequiredResources();
109 }; 111 };
110 112
111 } 113 }
112 114
113 #endif 115 #endif
114 #endif 116 #endif
OLDNEW
« no previous file with comments | « WebCore/svg/SVGCursorElement.cpp ('k') | WebCore/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698