Bug 1280119 - Remove obsolete scrollbar constants in nsLookAndFeel.h. r=mstange.

This commit is contained in:
stefanh@inbox.com 2016-06-14 23:02:58 +02:00
Родитель 5c1ec02e49
Коммит 54acecac1d
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -30,12 +30,8 @@ public:
virtual void SetIntCacheImpl(const nsTArray<LookAndFeelInt>& aLookAndFeelIntCache);
virtual void RefreshImpl();
protected:
// Apple hasn't defined a constant for scollbars with two arrows on each end, so we'll use this one.
static const int kThemeScrollBarArrowsBoth = 2;
static const int kThemeScrollBarArrowsUpperLeft = 3;
static bool SystemWantsOverlayScrollbars();
static bool AllowOverlayScrollbarsOverlap();