Index: third_party/WebKit/Source/core/layout/ng/ng_box.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box.h b/third_party/WebKit/Source/core/layout/ng/ng_box.h |
index a402ad24c2b1cde35a50da3d5d4b05ffe32b9f1e..fddb983a8e53464457c0c9ae5e9e325b521b3ec4 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_box.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_box.h |
@@ -52,7 +52,7 @@ class CORE_EXPORT NGBox final : public GarbageCollectedFinalized<NGBox> { |
// This is necessary for interop between old and new trees -- after our parent |
// positions us, it calls this function so we can store the position on the |
// underlying LayoutBox. |
- void PositionUpdated(); |
+ void PositionUpdated(LayoutBox* parent); |
bool CanUseNewLayout(); |