Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp

Issue 2834573005: Scrollbar no longer inherits from FrameViewBase. (Closed)
Patch Set: Update from upstream patch Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698