// Copyright 2018 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/properties/css_property_ref.h" #include "third_party/blink/renderer/core/css/parser/css_property_parser.h" #include "third_party/blink/renderer/core/dom/document.h" namespace blink { CSSPropertyRef::CSSPropertyRef(const String& name, const Document& document) : … { … } CSSPropertyRef::CSSPropertyRef(const CSSPropertyName& name, const Document& document) : … { … } CSSPropertyRef::CSSPropertyRef(const CSSProperty& property) : … { … } } // namespace blink