// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_FRAGMENT_PAINTER_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_FRAGMENT_PAINTER_H_ #include "third_party/blink/renderer/core/layout/physical_box_fragment.h" namespace blink { struct PaintInfo; struct PhysicalOffset; // Generic fragment painter for paint logic shared between all types of // fragments. LayoutNG version of ObjectPainter. class FragmentPainter { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_FRAGMENT_PAINTER_H_