| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index e38398dbc91a8c7ce7a728072d403081e8f6ebf1..53a5b52e56ef8910b481493d92f9a1e80fc891b9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -345,10 +345,6 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| bool inResizeMode() const { return m_inResizeMode; }
|
| void setInResizeMode(bool inResizeMode) { m_inResizeMode = inResizeMode; }
|
|
|
| - IntRect touchResizerCornerRect(const IntRect& bounds) const {
|
| - return resizerCornerRect(bounds, ResizerForTouch);
|
| - }
|
| -
|
| LayoutUnit scrollWidth() const;
|
| LayoutUnit scrollHeight() const;
|
| int pixelSnappedScrollWidth() const;
|
|
|