| 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 e2b20e814c4e2786565ef48640389c6c66745beb..c6882761c4fa0e7628ad444925876494b58fe2b3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| @@ -63,18 +63,6 @@ IntPoint WebScrollbarThemeClientImpl::Location() const {
|
| return scrollbar_.Location();
|
| }
|
|
|
| -FrameViewBase* WebScrollbarThemeClientImpl::Parent() const {
|
| - // Unused by Chromium scrollbar themes.
|
| - NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| -FrameViewBase* WebScrollbarThemeClientImpl::Root() const {
|
| - // Unused by Chromium scrollbar themes.
|
| - NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| void WebScrollbarThemeClientImpl::SetFrameRect(const IntRect&) {
|
| // Unused by Chromium scrollbar themes.
|
| NOTREACHED();
|
|
|