| Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| index 618be41dd975423c8d1108e2293c878a439d5223..d0804a85d958a4333e362b454abde6e666bb1584 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -476,6 +476,11 @@ void PopupMenuImpl::updateFromElement()
|
| ownerElement().document().postTask(BLINK_FROM_HERE, createSameThreadTask(&PopupMenuImpl::update, this));
|
| }
|
|
|
| +void PopupMenuImpl::updateFromElementWithMutation()
|
| +{
|
| + updateFromElement();
|
| +}
|
| +
|
| void PopupMenuImpl::update()
|
| {
|
| if (!m_popup || !m_ownerElement)
|
|
|