Index: third_party/WebKit/Source/core/layout/LayoutView.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h |
index 0329031b751b48af6053ff71964fbebf0cc793f7..e636bee5fb179c3c9e337ee2416352ea3102437c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -273,6 +273,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow { |
int ViewLogicalWidthForBoxSizing() const; |
int ViewLogicalHeightForBoxSizing() const; |
+ bool UpdateLogicalWidthAndColumnWidth() override; |
+ |
bool PaintedOutputOfObjectHasNoEffectRegardlessOfSize() const override; |
UntracedMember<FrameView> frame_view_; |