| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index bc44382b7aaf962239a24deac04d91614ca74f96..fcae536d02a03002db10061e9e1e6f15864ee787 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -761,7 +761,6 @@ public:
|
|
|
| int verticalScrollbarWidth() const;
|
| int horizontalScrollbarHeight() const;
|
| - int intrinsicScrollbarLogicalWidth() const;
|
| int scrollbarLogicalWidth() const { return style()->isHorizontalWritingMode() ? verticalScrollbarWidth() : horizontalScrollbarHeight(); }
|
| int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : verticalScrollbarWidth(); }
|
| virtual ScrollResult scroll(ScrollGranularity, const FloatSize&);
|
|
|