Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM CSSPerspective.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_CSSPERSPECTIVEBINDINGFWD_H_
#define DOM_CSSPERSPECTIVEBINDINGFWD_H_
namespace mozilla {
namespace dom {
class CSSNumericValueOrUTF8StringOrCSSKeywordValue;
class OwningCSSNumericValueOrUTF8StringOrCSSKeywordValue;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using CSSPerspectiveValue = CSSNumericValueOrUTF8StringOrCSSKeywordValue;
using OwningCSSPerspectiveValue = OwningCSSNumericValueOrUTF8StringOrCSSKeywordValue;
} // namespace mozilla::dom
namespace mozilla::dom {
class CSSPerspective;
} // namespace mozilla::dom
#endif // DOM_CSSPERSPECTIVEBINDINGFWD_H_