// Copyright 2014 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/paint/box_decoration_data.h" #include "third_party/blink/renderer/core/style/border_edge.h" namespace blink { bool BoxDecorationData::BorderObscuresBackgroundEdge() const { … } BackgroundBleedAvoidance BoxDecorationData::ComputeBleedAvoidance() const { … } } // namespace blink