// Copyright 2022 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/fonts/text_fragment_paint_info.h" namespace blink { TextFragmentPaintInfo TextFragmentPaintInfo::Slice(unsigned slice_from, unsigned slice_to) const { … } TextFragmentPaintInfo TextFragmentPaintInfo::WithStartOffset( unsigned start_from) const { … } TextFragmentPaintInfo TextFragmentPaintInfo::WithEndOffset( unsigned end_to) const { … } } // namespace blink