chromium/third_party/blink/renderer/core/svg/svg_animated_string.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/svg/svg_animated_string.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_union_string_trustedscripturl.h"
#include "third_party/blink/renderer/core/svg/svg_element.h"
#include "third_party/blink/renderer/core/trustedtypes/trusted_script_url.h"
#include "third_party/blink/renderer/core/trustedtypes/trusted_types_util.h"

namespace blink {

V8UnionStringOrTrustedScriptURL* SVGAnimatedString::baseVal() {}

void SVGAnimatedString::setBaseVal(const V8UnionStringOrTrustedScriptURL* value,
                                   ExceptionState& exception_state) {}

String SVGAnimatedString::animVal() {}

void SVGAnimatedString::Trace(Visitor* visitor) const {}

}  // namespace blink