chromium/third_party/blink/renderer/core/layout/exclusions/exclusion_area.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "third_party/blink/renderer/core/layout/exclusions/exclusion_area.h"

#include "third_party/blink/renderer/core/layout/layout_box.h"

namespace blink {

void ExclusionShapeData::Trace(Visitor* visitor) const {}

bool ExclusionArea::operator==(const ExclusionArea& other) const {}

namespace {

struct PrintableEFloat {};

std::ostream& operator<<(std::ostream& os, const PrintableEFloat& printable) {}

struct PrintableKind {};

std::ostream& operator<<(std::ostream& os, const PrintableKind& printable) {}

}  // namespace

std::ostream& operator<<(std::ostream& os, const ExclusionArea& exclusion) {}

std::ostream& operator<<(std::ostream& os, const ExclusionArea* exclusion) {}

}  // namespace blink