| Index: content/shell/renderer/test_runner/WebTestProxy.cpp
|
| diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| index ca849bc8eb0cce6363fffa584abf1e55b2fb937e..f083294a14c5873767efa57df3ee76776ece514c 100644
|
| --- a/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| +++ b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| @@ -734,6 +734,7 @@ void WebTestProxyBase::animateNow()
|
| if (m_animateScheduled) {
|
| m_animateScheduled = false;
|
| webWidget()->animate(0.0);
|
| + webWidget()->layout();
|
| }
|
| }
|
|
|
|
|