Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM GeometryUtils.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_GEOMETRYUTILSBINDINGFWD_H_
#define DOM_GEOMETRYUTILSBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningTextOrElementOrDocument;
class TextOrElementOrDocument;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using GeometryNode = TextOrElementOrDocument;
using OwningGeometryNode = OwningTextOrElementOrDocument;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct GeometryUtilsOptions;
struct BoxQuadOptions;
struct ConvertCoordinateOptions;
} // namespace dom
} // namespace mozilla
#endif // DOM_GEOMETRYUTILSBINDINGFWD_H_