| Index: sky/engine/web/WebDocument.cpp
|
| diff --git a/sky/engine/web/WebDocument.cpp b/sky/engine/web/WebDocument.cpp
|
| index 0d3a7f9d9135c6704df0ee898d924133a345c4e3..867010e48e881c101ffcde46ce16c3f479567171 100644
|
| --- a/sky/engine/web/WebDocument.cpp
|
| +++ b/sky/engine/web/WebDocument.cpp
|
| @@ -112,11 +112,6 @@ WebElement WebDocument::createElement(const WebString& tagName)
|
| return element;
|
| }
|
|
|
| -void WebDocument::pauseAnimationsForTesting(double pauseTime) const {
|
| - constUnwrap<Document>()->frame()->view()->updateLayoutAndStyleForPainting();
|
| - constUnwrap<Document>()->timeline().pauseAnimationsForTesting(pauseTime);
|
| -}
|
| -
|
| WebDocument::WebDocument(const PassRefPtr<Document>& elem)
|
| : WebNode(elem)
|
| {
|
|
|