| Index: third_party/WebKit/Source/core/layout/LayoutListBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListBox.cpp b/third_party/WebKit/Source/core/layout/LayoutListBox.cpp
|
| index fb7cbd9af25b3441da80e6a4ac3eda1df37f11c9..d3a45d6cc1e8933a7d7da4ed25e6be879216f31d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListBox.cpp
|
| @@ -133,7 +133,7 @@
|
| DCHECK(Layer()->GetScrollableArea());
|
| Layer()->GetScrollableArea()->ScrollIntoView(
|
| rect, ScrollAlignment::kAlignToEdgeIfNeeded,
|
| - ScrollAlignment::kAlignToEdgeIfNeeded, false);
|
| + ScrollAlignment::kAlignToEdgeIfNeeded);
|
| }
|
| }
|
|
|
|
|