Index: third_party/WebKit/Source/core/paint/TableRowPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/TableRowPainter.h b/third_party/WebKit/Source/core/paint/TableRowPainter.h |
index 8097e92a9ef9c4e0143523d916637346dae4d65b..1c170513094b1813552683927bc21bc63a78702f 100644 |
--- a/third_party/WebKit/Source/core/paint/TableRowPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableRowPainter.h |
@@ -5,12 +5,15 @@ |
#ifndef TableRowPainter_h |
#define TableRowPainter_h |
-#include "core/layout/LayoutTableRow.h" |
-#include "core/style/ShadowData.h" |
#include "wtf/Allocator.h" |
namespace blink { |
+class LayoutPoint; |
+class LayoutTableCell; |
+class LayoutTableRow; |
+struct PaintInfo; |
+ |
class TableRowPainter { |
STACK_ALLOCATED(); |
public: |