Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
[gecko.git] / dom / svg / SVGGraphicsElement.h
blob7aa3dae4762bd270d9fad2ee2f1ce0c0f7bff51d
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef mozilla_dom_SVGGraphicsElement_h
7 #define mozilla_dom_SVGGraphicsElement_h
9 #include "mozilla/dom/SVGTests.h"
10 #include "mozilla/dom/SVGTransformableElement.h"
12 namespace mozilla {
13 namespace dom {
15 typedef SVGTransformableElement SVGGraphicsElementBase;
17 class SVGGraphicsElement : public SVGGraphicsElementBase,
18 public SVGTests
20 protected:
21 explicit SVGGraphicsElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
22 ~SVGGraphicsElement();
24 public:
25 // interfaces:
26 NS_DECL_ISUPPORTS_INHERITED
29 } // namespace dom
30 } // namespace mozilla
32 #endif // mozilla_dom_SVGGraphicsElement_h