| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| index 650238b3e141673364ea16c04c23c508f89bfaf3..9cff350c541d5f2e00257d751845e62c1f754bd6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| @@ -220,6 +220,7 @@ void HTMLAreaElement::setFocus(bool shouldBeFocused)
|
|
|
| void HTMLAreaElement::updateFocusAppearance(SelectionBehaviorOnFocus selectionBehavior)
|
| {
|
| + document().updateLayoutTreeIgnorePendingStylesheets();
|
| if (!isFocusable())
|
| return;
|
|
|
|
|