// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/gfx/delegated_ink_metadata.h" #include <inttypes.h> #include "base/strings/stringprintf.h" namespace gfx { std::string DelegatedInkMetadata::ToString() const { … } } // namespace gfx