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

Unified Diff: Source/core/paint/BlockPainter.h

Issue 589283002: Move painting code from RenderView to ViewPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 years, 3 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/paint/ViewPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/BlockPainter.h
diff --git a/Source/core/paint/BlockPainter.h b/Source/core/paint/BlockPainter.h
index fc56249921e8d7a275a222027a9708df7c5a0685..51083782a8c998253f877445c3647997816001af 100644
--- a/Source/core/paint/BlockPainter.h
+++ b/Source/core/paint/BlockPainter.h
@@ -5,12 +5,15 @@
#ifndef BlockPainter_h
#define BlockPainter_h
-#include "core/rendering/RenderBlock.h"
-
namespace blink {
struct PaintInfo;
+class InlineBox;
class LayoutPoint;
+class LayoutRect;
+class RenderBlock;
+class RenderBox;
+class RenderObject;
class BlockPainter {
public:
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/paint/ViewPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698