| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 0795e7cf4dbd1efcdb85daa4a1a800f844f99716..196ca5cf71e0922c4c43e48707f68464262b6511 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2191,13 +2191,6 @@ void Document::layoutUpdated() {
|
| m_rootScrollerController->didUpdateLayout();
|
| }
|
|
|
| -void Document::setNeedsFocusedElementCheck() {
|
| - setNeedsStyleRecalc(
|
| - LocalStyleChange,
|
| - StyleChangeReasonForTracing::createWithExtraData(
|
| - StyleChangeReason::PseudoClass, StyleChangeExtraData::Focus));
|
| -}
|
| -
|
| void Document::clearFocusedElementSoon() {
|
| if (!m_clearFocusedElementTimer.isActive())
|
| m_clearFocusedElementTimer.startOneShot(0, BLINK_FROM_HERE);
|
|
|