| Index: Source/core/layout/LayoutScrollbar.h
|
| diff --git a/Source/core/layout/LayoutScrollbar.h b/Source/core/layout/LayoutScrollbar.h
|
| index c23d0278093424ab9927013d13445bc35b25d5ee..687b83720105339130925e51138b5a366ca05ed4 100644
|
| --- a/Source/core/layout/LayoutScrollbar.h
|
| +++ b/Source/core/layout/LayoutScrollbar.h
|
| @@ -45,6 +45,7 @@ public:
|
| ~LayoutScrollbar() override;
|
|
|
| LayoutBox* owningLayoutObject() const;
|
| + LayoutBox* owningLayoutObjectWithinFrame() const;
|
|
|
| IntRect buttonRect(ScrollbarPart);
|
| IntRect trackRect(int startLength, int endLength);
|
|
|