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

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

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/paint/BlockPainter.cpp ('k') | Source/core/paint/BoxPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/BoxDecorationData.h
diff --git a/Source/core/paint/BoxDecorationData.h b/Source/core/paint/BoxDecorationData.h
index 1b52fa43d2f05b97c400c3978ed0feb974722a3b..4e853ffb7c57a61a2640c2aa25215ba31638de31 100644
--- a/Source/core/paint/BoxDecorationData.h
+++ b/Source/core/paint/BoxDecorationData.h
@@ -5,13 +5,13 @@
#ifndef BoxDecorationData_h
#define BoxDecorationData_h
-#include "core/rendering/RenderBoxModelObject.h"
+#include "core/layout/LayoutBoxModelObject.h" // For BackgroundBleedAvoidance.
#include "platform/graphics/Color.h"
namespace blink {
-class RenderBox;
class GraphicsContext;
+class RenderBox;
// Information extracted from LayoutStyle for box painting.
class BoxDecorationData {
« no previous file with comments | « Source/core/paint/BlockPainter.cpp ('k') | Source/core/paint/BoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698