#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_TIMING_TEXT_ELEMENT_TIMING_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_TIMING_TEXT_ELEMENT_TIMING_H_
#include "base/memory/weak_ptr.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/timing/window_performance.h"
#include "third_party/blink/renderer/platform/supplementable.h"
#include "third_party/blink/renderer/platform/wtf/deque.h"
namespace gfx {
class Rect;
class RectF;
}
namespace blink {
class LayoutObject;
class LocalFrameView;
class PropertyTreeStateOrAlias;
class TextRecord;
class CORE_EXPORT TextElementTiming final
: public GarbageCollected<TextElementTiming>,
public Supplement<LocalDOMWindow> { … };
}
#endif