chromium/third_party/blink/renderer/core/css/properties/longhand.cc

// Copyright 2024 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/longhand.h"

#include "third_party/blink/renderer/core/css/parser/css_parser_token_stream.h"
#include "third_party/blink/renderer/core/css/properties/computed_style_utils.h"

namespace blink {

void Longhand::ApplyParentValue(StyleResolverState& state) const {}

bool Longhand::ApplyParentValueIfZoomChanged(StyleResolverState& state) const {}

}  // namespace blink