Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
index 72515bd92970fcb8d3afc7bb010ec1edcf3cf2bb..4051d71c58415d1f4ac750b0c35be02ee2d23c99 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
@@ -25,6 +25,7 @@ |
#define LayoutBoxModelObject_h |
#include "core/CoreExport.h" |
+#include "core/layout/BackgroundBleedAvoidance.h" |
#include "core/layout/LayoutObject.h" |
#include "core/page/scrolling/StickyPositionScrollingConstraints.h" |
#include "core/style/ShadowData.h" |
@@ -50,13 +51,6 @@ enum LinePositionMode { PositionOnContainingLine, PositionOfInteriorLineBoxes }; |
enum LineDirectionMode { HorizontalLine, VerticalLine }; |
typedef unsigned BorderEdgeFlags; |
-enum BackgroundBleedAvoidance { |
- BackgroundBleedNone, |
- BackgroundBleedShrinkBackground, |
- BackgroundBleedClipOnly, |
- BackgroundBleedClipLayer, |
-}; |
- |
enum ContentChangeType { |
ImageChanged, |
CanvasChanged, |