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

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

Issue 6206004: Merge 75008 - Merge 74574 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 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 unified diff | Download patch
« no previous file with comments | « WebCore/css/CSSCursorImageValue.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 cursorElementRemoved();
79 void setCursorImageValue(CSSCursorImageValue*); 79 void setCursorImageValue(CSSCursorImageValue*);
80 void cursorImageElementRemoved(); 80 void cursorImageValueRemoved();
81 81
82 virtual void updateAnimatedSVGAttribute(const QualifiedName&) const; 82 virtual void updateAnimatedSVGAttribute(const QualifiedName&) const;
83 83
84 protected: 84 protected:
85 SVGElement(const QualifiedName&, Document*); 85 SVGElement(const QualifiedName&, Document*);
86 86
87 virtual void parseMappedAttribute(Attribute*); 87 virtual void parseMappedAttribute(Attribute*);
88 88
89 virtual void finishParsingChildren(); 89 virtual void finishParsingChildren();
90 virtual void insertedIntoDocument(); 90 virtual void insertedIntoDocument();
(...skipping 16 matching lines...) Expand all
107 void mapInstanceToElement(SVGElementInstance*); 107 void mapInstanceToElement(SVGElementInstance*);
108 void removeInstanceMapping(SVGElementInstance*); 108 void removeInstanceMapping(SVGElementInstance*);
109 109
110 virtual bool haveLoadedRequiredResources(); 110 virtual bool haveLoadedRequiredResources();
111 }; 111 };
112 112
113 } 113 }
114 114
115 #endif 115 #endif
116 #endif 116 #endif
OLDNEW
« no previous file with comments | « WebCore/css/CSSCursorImageValue.cpp ('k') | WebCore/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698