| Index: Source/core/rendering/RenderListBox.cpp
|
| diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp
|
| index a9eb086d9a7655c9e43a7d9d2f4cbdfd5c8c68b0..a25f861f2e35e532c5e3a728607f55408617ad8e 100644
|
| --- a/Source/core/rendering/RenderListBox.cpp
|
| +++ b/Source/core/rendering/RenderListBox.cpp
|
| @@ -207,10 +207,10 @@ void RenderListBox::layout()
|
| }
|
| }
|
|
|
| -void RenderListBox::repaintTreeAfterLayout()
|
| +void RenderListBox::repaintTreeAfterLayout(RenderLayerModelObject& repaintContainer)
|
| {
|
| repaintScrollbarIfNeeded();
|
| - RenderBox::repaintTreeAfterLayout();
|
| + RenderBox::repaintTreeAfterLayout(repaintContainer);
|
| }
|
|
|
| void RenderListBox::scrollToRevealSelection()
|
|
|