// Copyright 2015 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_client.h" #if DCHECK_IS_ON() #include "third_party/blink/renderer/platform/wtf/hash_map.h" #include "third_party/blink/renderer/platform/wtf/hash_set.h" #endif namespace blink { String DisplayItemClient::ToString() const { … } std::ostream& operator<<(std::ostream& out, const DisplayItemClient& client) { … } std::ostream& operator<<(std::ostream& out, const DisplayItemClient* client) { … } } // namespace blink