| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| index 30d84ca27f9c60e0cd0712637de6c186fe31ef23..20d63aac1dde467fdef8ee85ee21ffeeac094139 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| @@ -315,6 +315,8 @@ HTMLElement* ReplacementFragment::insertFragmentForTestRendering(
|
|
|
| holder->appendChild(m_fragment);
|
| rootEditableElement->appendChild(holder);
|
| +
|
| + // TODO(editing-dev): Hoist this call to the call sites.
|
| m_document->updateStyleAndLayoutIgnorePendingStylesheets();
|
|
|
| return holder;
|
|
|