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

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.h

Issue 2395393003: Remove grow box rect support, renderer part. (Closed)
Patch Set: rebase Created 4 years, 2 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/scroll/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index ae60934fa0cfca7494c9e6f60222c9409dcc53eb..6cefcb2c9092f6ea3fd00ca1b72692839d83580a 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -173,11 +173,6 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
bool thumbNeedsRepaint() const { return m_thumbNeedsRepaint; }
void clearThumbNeedsRepaint() { m_thumbNeedsRepaint = false; }
- bool overlapsResizer() const { return m_overlapsResizer; }
- void setOverlapsResizer(bool overlapsResizer) {
- m_overlapsResizer = overlapsResizer;
- }
-
// DisplayItemClient methods.
String debugName() const final {
return m_orientation == HorizontalScrollbar ? "HorizontalScrollbar"
@@ -239,7 +234,6 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
bool m_enabled;
Timer<Scrollbar> m_scrollTimer;
- bool m_overlapsResizer;
float m_elasticOverscroll;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698