| Index: Source/platform/scroll/ScrollView.h
|
| diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
|
| index f19d07759c13e6140bacf5450cd8ff7be4dddff5..d09f2f7196ab3b068c30275ad19a544ccab0fb68 100644
|
| --- a/Source/platform/scroll/ScrollView.h
|
| +++ b/Source/platform/scroll/ScrollView.h
|
| @@ -306,6 +306,7 @@ protected:
|
|
|
| private:
|
| bool adjustScrollbarExistence(ComputeScrollbarExistenceOption = FirstPass);
|
| + void adjustScrollbarOpacity();
|
|
|
| RefPtr<Scrollbar> m_horizontalScrollbar;
|
| RefPtr<Scrollbar> m_verticalScrollbar;
|
|
|