| 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 af6cea6f4a7d7626f4817bb78c8c3719f14d5438..db613b53a1d742b4be8e9188a40ea2c221530ef9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -755,7 +755,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&);
|
|
|