| Index: Source/core/layout/line/LineLayoutState.h
|
| diff --git a/Source/core/layout/line/LineLayoutState.h b/Source/core/layout/line/LineLayoutState.h
|
| index be26b59d8f6ff819c1aa358658e1cc3fcb8bb59d..fc63d8fd0dc68284ba4e0a37fbfb4bbce4b8684f 100644
|
| --- a/Source/core/layout/line/LineLayoutState.h
|
| +++ b/Source/core/layout/line/LineLayoutState.h
|
| @@ -26,12 +26,14 @@
|
|
|
| #include "core/layout/LayoutBlockFlow.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| // Like LayoutState for layout(), LineLayoutState keeps track of global information
|
| // during an entire linebox tree layout pass (aka layoutInlineChildren).
|
| class LineLayoutState {
|
| + STACK_ALLOCATED();
|
| public:
|
| LineLayoutState(bool fullLayout, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutFlowThread* flowThread)
|
| : m_lastFloat(nullptr)
|
|
|