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

Side by Side Diff: Source/core/svg/SVGSVGElement.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/SVGRenderingIntent.h ('k') | Source/core/svg/SVGScriptElement.h » ('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 Nikolas Zimmermann <zimmermann@kde.org> 2 * Copyright (C) 2004, 2005, 2006 Nikolas Zimmermann <zimmermann@kde.org>
3 * Copyright (C) 2004, 2005, 2006, 2007, 2010 Rob Buis <buis@kde.org> 3 * Copyright (C) 2004, 2005, 2006, 2007, 2010 Rob Buis <buis@kde.org>
4 * Copyright (C) 2014 Google, Inc. 4 * Copyright (C) 2014 Google, Inc.
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 25 matching lines...) Expand all
36 class SVGAngleTearOff; 36 class SVGAngleTearOff;
37 class SVGNumberTearOff; 37 class SVGNumberTearOff;
38 class SVGTransformTearOff; 38 class SVGTransformTearOff;
39 class SVGViewSpec; 39 class SVGViewSpec;
40 class SVGViewElement; 40 class SVGViewElement;
41 class SMILTimeContainer; 41 class SMILTimeContainer;
42 42
43 class SVGSVGElement FINAL : public SVGGraphicsElement, 43 class SVGSVGElement FINAL : public SVGGraphicsElement,
44 public SVGFitToViewBox, 44 public SVGFitToViewBox,
45 public SVGZoomAndPan { 45 public SVGZoomAndPan {
46 DEFINE_WRAPPERTYPEINFO();
46 public: 47 public:
47 DECLARE_NODE_FACTORY(SVGSVGElement); 48 DECLARE_NODE_FACTORY(SVGSVGElement);
48 49
49 #if !ENABLE(OILPAN) 50 #if !ENABLE(OILPAN)
50 using SVGGraphicsElement::ref; 51 using SVGGraphicsElement::ref;
51 using SVGGraphicsElement::deref; 52 using SVGGraphicsElement::deref;
52 #endif 53 #endif
53 54
54 // 'SVGSVGElement' functions 55 // 'SVGSVGElement' functions
55 PassRefPtr<SVGRectTearOff> viewport() const; 56 PassRefPtr<SVGRectTearOff> viewport() const;
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 bool m_useCurrentView; 161 bool m_useCurrentView;
161 RefPtrWillBeMember<SMILTimeContainer> m_timeContainer; 162 RefPtrWillBeMember<SMILTimeContainer> m_timeContainer;
162 RefPtr<SVGPoint> m_translation; 163 RefPtr<SVGPoint> m_translation;
163 RefPtrWillBeMember<SVGViewSpec> m_viewSpec; 164 RefPtrWillBeMember<SVGViewSpec> m_viewSpec;
164 165
165 friend class SVGCurrentTranslateTearOff; 166 friend class SVGCurrentTranslateTearOff;
166 }; 167 };
167 168
168 } // namespace blink 169 } // namespace blink
169 170
170 #endif 171 #endif // SVGSVGElement_h
OLDNEW
« no previous file with comments | « Source/core/svg/SVGRenderingIntent.h ('k') | Source/core/svg/SVGScriptElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698