#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
}