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

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

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.h
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
index 8890fe427e1085ea2609ac9a95114c19f4aa2b79..0ce97be9fd2bf02e2a94975f1f05a03147907ff6 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -53,8 +53,6 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
int Height() const override;
IntSize Size() const override;
IntPoint Location() const override;
- FrameViewBase* Parent() const override;
- FrameViewBase* Root() const override;
void SetFrameRect(const IntRect&) override;
IntRect FrameRect() const override;
void Invalidate() override;

Powered by Google App Engine
This is Rietveld 408576698