Chromium Code Reviews| Index: Source/testing/runner/WebTestProxy.cpp |
| diff --git a/Source/testing/runner/WebTestProxy.cpp b/Source/testing/runner/WebTestProxy.cpp |
| index e417f7bd0d7505bf251045ea0903a4e7f8d96e9d..353e2528a87c821c5b402bc4ee7d43abfa0a9435 100644 |
| --- a/Source/testing/runner/WebTestProxy.cpp |
| +++ b/Source/testing/runner/WebTestProxy.cpp |
| @@ -756,6 +756,7 @@ void WebTestProxyBase::animateNow() |
| if (m_animateScheduled) { |
| m_animateScheduled = false; |
| webWidget()->animate(0.0); |
| + webWidget()->layout(); |
| } |
| } |