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

Unified Diff: Source/core/svg/SVGPolylineElement.idl

Issue 18053005: Introduce SVGGraphicsElement IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
Index: Source/core/svg/SVGPolylineElement.idl
diff --git a/Source/core/svg/SVGPolylineElement.idl b/Source/core/svg/SVGPolylineElement.idl
index d78f91c67da6752458eca940b5e20c8b6f06985f..c3e284ffaccabca57c8a59e3e16952cc5d25adc0 100644
--- a/Source/core/svg/SVGPolylineElement.idl
+++ b/Source/core/svg/SVGPolylineElement.idl
@@ -23,12 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGPolylineElement : SVGStyledElement,
- SVGTransformable {
+interface SVGPolylineElement : SVGGraphicsElement {
readonly attribute SVGPointList points;
readonly attribute SVGPointList animatedPoints;
};
SVGPolylineElement implements SVGExternalResourcesRequired;
-SVGPolylineElement implements SVGTests;

Powered by Google App Engine
This is Rietveld 408576698