chromium/third_party/blink/renderer/platform/graphics/paint/display_item_list.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.

#include "third_party/blink/renderer/platform/graphics/paint/display_item_list.h"

#include "third_party/blink/renderer/platform/graphics/logging_canvas.h"
#include "third_party/blink/renderer/platform/graphics/paint/drawing_display_item.h"
#include "third_party/blink/renderer/platform/graphics/paint/paint_artifact.h"

namespace blink {

void DisplayItemList::clear() {}

#if DCHECK_IS_ON()

std::unique_ptr<JSONArray> DisplayItemList::DisplayItemsAsJSON(
    const PaintArtifact& paint_artifact,
    wtf_size_t first_item_index,
    const DisplayItemRange& display_items,
    JsonOption option) {}

#endif  // DCHECK_IS_ON()

}  // namespace blink