// Copyright 2022 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_view_value.h" #include "third_party/blink/renderer/platform/wtf/text/string_builder.h" namespace blink { namespace cssvalue { CSSViewValue::CSSViewValue(const CSSValue* axis, const CSSValue* inset) : … { … } String CSSViewValue::CustomCSSText() const { … } bool CSSViewValue::Equals(const CSSViewValue& other) const { … } void CSSViewValue::TraceAfterDispatch(blink::Visitor* visitor) const { … } } // namespace cssvalue } // namespace blink