chromium/third_party/blink/renderer/core/css/css_custom_ident_value.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/css/css_custom_ident_value.h"

#include "third_party/blink/renderer/core/css/css_markup.h"
#include "third_party/blink/renderer/core/css/properties/css_unresolved_property.h"
#include "third_party/blink/renderer/core/dom/tree_scope.h"
#include "third_party/blink/renderer/core/style/scoped_css_name.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

CSSCustomIdentValue::CSSCustomIdentValue(const AtomicString& str)
    :{}

CSSCustomIdentValue::CSSCustomIdentValue(CSSPropertyID id)
    :{}

CSSCustomIdentValue::CSSCustomIdentValue(const ScopedCSSName& name)
    :{}

String CSSCustomIdentValue::CustomCSSText() const {}

const CSSCustomIdentValue& CSSCustomIdentValue::PopulateWithTreeScope(
    const TreeScope* tree_scope) const {}

void CSSCustomIdentValue::TraceAfterDispatch(blink::Visitor* visitor) const {}

}  // namespace blink