Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index fe2e00d0193505c3fea8e92e25ff97770ac3483d..b547802b951a2b8ede939d33868bef206ed37b5e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -52,12 +52,6 @@ enum BackgroundRectType { BackgroundClipRect, BackgroundKnownOpaqueRect }; |
enum ShouldComputePreferred { ComputeActual, ComputePreferred }; |
-enum ApplyOverflowClipFlag { |
- ApplyOverflowClip, |
- // Don't apply overflow clipping or scrolling. |
- ApplyNonScrollOverflowClip |
-}; |
- |
using SnapAreaSet = HashSet<const LayoutBox*>; |
struct LayoutBoxRareData { |
@@ -1217,7 +1211,6 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
// may return true even if the resulting rect has zero area. |
bool mapScrollingContentsRectToBoxSpace( |
LayoutRect&, |
- ApplyOverflowClipFlag, |
VisualRectFlags = DefaultVisualRectFlags) const; |
virtual bool hasRelativeLogicalWidth() const; |