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 1c096ae3d4970b459460c5a85472cf2280b3b94f..495fd6b7b79c1c4d4d228fde777f940a34b1b04b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -480,7 +480,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
void addContentsVisualOverflow(const LayoutRect&); |
void addVisualEffectOverflow(); |
- LayoutRectOutsets computeVisualEffectOverflowOutsets() const; |
+ LayoutRectOutsets computeVisualEffectOverflowOutsets(); |
void addOverflowFromChild(LayoutBox* child) { |
addOverflowFromChild(child, child->locationOffset()); |
} |