| Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| index 6c7513b1f38e191d7c165b9fd95405fb4576456c..6c429d55558ea1cbfb2fbdc2294188037d198a32 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| @@ -234,26 +234,6 @@ void WebScrollbarThemeClientImpl::setElasticOverscroll(float elasticOverscroll)
|
| return m_scrollbar.setElasticOverscroll(elasticOverscroll);
|
| }
|
|
|
| -bool WebScrollbarThemeClientImpl::trackNeedsRepaint() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| -void WebScrollbarThemeClientImpl::setTrackNeedsRepaint(bool)
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| -bool WebScrollbarThemeClientImpl::thumbNeedsRepaint() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| -void WebScrollbarThemeClientImpl::setThumbNeedsRepaint(bool)
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| String WebScrollbarThemeClientImpl::debugName() const
|
| {
|
| return "WebScrollbarThemeClientImpl";
|
|
|