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 4051d71c58415d1f4ac750b0c35be02ee2d23c99..a1502024898433a88906b40f95ae129f99d53bd7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
@@ -26,6 +26,7 @@ |
#include "core/CoreExport.h" |
#include "core/layout/BackgroundBleedAvoidance.h" |
+#include "core/layout/ContentChangeType.h" |
#include "core/layout/LayoutObject.h" |
#include "core/page/scrolling/StickyPositionScrollingConstraints.h" |
#include "core/style/ShadowData.h" |
@@ -51,12 +52,6 @@ enum LinePositionMode { PositionOnContainingLine, PositionOfInteriorLineBoxes }; |
enum LineDirectionMode { HorizontalLine, VerticalLine }; |
typedef unsigned BorderEdgeFlags; |
-enum ContentChangeType { |
- ImageChanged, |
- CanvasChanged, |
- CanvasContextChanged |
-}; |
- |
class InlineFlowBox; |
struct LayoutBoxModelObjectRareData { |