| 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 18e9d5395bf65d1c02067eecc4b423a20b1f76b9..cfefad83fe804640cff50d60dec16c8a3be3e347 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -205,6 +205,8 @@ public:
|
| // or PaintLayerScrollableArea handle the scroll.
|
| ScrollResult scroll(ScrollGranularity, const FloatSize&) override;
|
|
|
| + LayoutRect debugRect() const override;
|
| +
|
| private:
|
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip) const override;
|
|
|
|
|