Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: third_party/WebKit/Source/core/paint/TableRowPainter.h

Issue 2010823002: Remove assorted unnecessary includes in core/paint/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing includes. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/core/paint/TableCellPainter.cpp ('k') | third_party/WebKit/Source/core/paint/TableRowPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698