| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index a6aaabb69660e327192be509fb3d525f45db7cf3..984c1b57ecb0582c600cc93746537697631e2443 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.h
|
| +++ b/Source/core/rendering/RenderBlockFlow.h
|
| @@ -45,8 +45,11 @@ namespace blink {
|
|
|
| class MarginInfo;
|
| class LineBreaker;
|
| +class LineInfo;
|
| class LineWidth;
|
| class RenderMultiColumnFlowThread;
|
| +class RenderRubyRun;
|
| +template <class Run> class BidiRunList;
|
|
|
| class RenderBlockFlow : public RenderBlock {
|
| public:
|
|
|