Chromium Code Reviews| Index: Source/core/paint/BlockPainter.h |
| diff --git a/Source/core/paint/BlockPainter.h b/Source/core/paint/BlockPainter.h |
| index 0364e7250e70013fc79280f04f9fef70d855615b..71c0a1e5faf615b2dbc534948f7b89089df309f4 100644 |
| --- a/Source/core/paint/BlockPainter.h |
| +++ b/Source/core/paint/BlockPainter.h |
| @@ -5,12 +5,14 @@ |
| #ifndef BlockPainter_h |
| #define BlockPainter_h |
| -#include "core/rendering/RenderBlock.h" |
|
chrishtr
2014/09/22 22:39:49
Just some include dependency cleanup.
|
| - |
| namespace blink { |
| struct PaintInfo; |
| class LayoutPoint; |
| +class LayoutRect; |
| +class RenderBlock; |
| +class RenderBox; |
| +class RenderObject; |
| class BlockPainter { |
| public: |