| Index: Source/core/layout/LayoutScrollbar.h
|
| diff --git a/Source/core/layout/LayoutScrollbar.h b/Source/core/layout/LayoutScrollbar.h
|
| index 443d75df3c182dd642212c19ccab6dc129e1f9b9..02baffd824f3aceb54b75d8e60174efcfa38bf93 100644
|
| --- a/Source/core/layout/LayoutScrollbar.h
|
| +++ b/Source/core/layout/LayoutScrollbar.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class Node;
|
| -class RenderBox;
|
| +class LayoutBox;
|
| class LayoutScrollbarPart;
|
| class LayoutStyle;
|
|
|
| @@ -44,7 +44,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame* owningFrame = 0);
|
| virtual ~LayoutScrollbar();
|
|
|
| - RenderBox* owningRenderer() const;
|
| + LayoutBox* owningRenderer() const;
|
|
|
| IntRect buttonRect(ScrollbarPart);
|
| IntRect trackRect(int startLength, int endLength);
|
|
|