#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_DOMMATRIX_FLOAT_32_ARRAY_FLOAT_64_ARRAY_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_DOMMATRIX_FLOAT_32_ARRAY_FLOAT_64_ARRAY_H_
#include "base/check_op.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/typed_arrays/array_buffer_view_helpers.h"
#include "third_party/blink/renderer/core/typed_arrays/dom_typed_array.h"
#include "third_party/blink/renderer/platform/bindings/union_base.h"
#include "third_party/blink/renderer/platform/heap/member.h"
namespace blink {
class DOMMatrix;
class ExceptionState;
class ScriptState;
class CORE_EXPORT V8UnionDOMMatrixOrFloat32ArrayOrFloat64Array final : public bindings::UnionBase { … };
}
#endif