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

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

Issue 2010613003: Move BorderEdgeFlags out of LayoutBoxModelObject.h, so that BoxBorderPainter.h doesn't have to incl… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BoxBorderPainter.h
diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
index 9103b61ed5d129a4d4832caf2a61bb6b81848995..cf163379093db7f947e0c0e52829148ca5caabda 100644
--- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
+++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
@@ -5,18 +5,21 @@
#ifndef BoxBorderPainter_h
#define BoxBorderPainter_h
-#include "core/layout/LayoutBoxModelObject.h"
+#include "core/layout/BackgroundBleedAvoidance.h"
#include "core/style/BorderEdge.h"
#include "platform/geometry/FloatRoundedRect.h"
-#include "platform/heap/Heap.h"
namespace blink {
class ComputedStyle;
+class GraphicsContext;
class IntRect;
class LayoutBox;
class LayoutRect;
struct PaintInfo;
+class Path;
+
+typedef unsigned BorderEdgeFlags;
class BoxBorderPainter {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698