blob: c2a141e970c74c8a2e6639f6da3f617d48e474b2 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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/css/css_pending_substitution_value.h"
namespace blink {
namespace cssvalue {
void CSSPendingSubstitutionValue::TraceAfterDispatch(blink::Visitor* visitor) {
CSSValue::TraceAfterDispatch(visitor);
visitor->Trace(shorthand_value_);
}
String CSSPendingSubstitutionValue::CustomCSSText() const {
return "";
}
} // namespace cssvalue
} // namespace blink