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

Unified Diff: Source/core/rendering/RenderListBox.h

Issue 620753006: Rendering API cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 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
« no previous file with comments | « Source/core/rendering/RenderLayerStackingNode.h ('k') | Source/core/rendering/RenderListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderListBox.h
diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h
index 3fd011c02f273c219acfbf04abb1013506ef096d..b05320d037e7459b92aed991308088c3e2eb16c6 100644
--- a/Source/core/rendering/RenderListBox.h
+++ b/Source/core/rendering/RenderListBox.h
@@ -44,8 +44,6 @@ public:
int size() const;
- void paintInvalidationOfScrollbarIfNeeded();
-
private:
HTMLSelectElement* selectElement() const;
@@ -58,10 +56,6 @@ private:
virtual void stopAutoscroll() OVERRIDE;
- void setHasVerticalScrollbar(bool hasScrollbar);
- PassRefPtr<Scrollbar> createScrollbar();
- void destroyScrollbar();
-
LayoutUnit defaultItemHeight() const;
LayoutUnit itemHeight() const;
};
« no previous file with comments | « Source/core/rendering/RenderLayerStackingNode.h ('k') | Source/core/rendering/RenderListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698