| Index: Source/core/rendering/RenderVTTCue.h
|
| diff --git a/Source/core/rendering/RenderVTTCue.h b/Source/core/rendering/RenderVTTCue.h
|
| index 136ea317c89ee22e52a72791fb884a172a27e58d..b0b380d71b07936916dd6633c11c065a60cab607 100644
|
| --- a/Source/core/rendering/RenderVTTCue.h
|
| +++ b/Source/core/rendering/RenderVTTCue.h
|
| @@ -27,8 +27,6 @@
|
| #define RenderVTTCue_h
|
|
|
| #include "core/rendering/RenderBlockFlow.h"
|
| -#include "core/rendering/RenderInline.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -58,7 +56,7 @@ private:
|
| void repositionCueSnapToLinesNotSet();
|
|
|
| RawPtrWillBeMember<VTTCue> m_cue;
|
| - FloatPoint m_fallbackPosition;
|
| + LayoutPoint m_defaultPosition;
|
| };
|
|
|
| } // namespace blink
|
|
|