X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=WebKit%2Fchromium%2Fsrc%2FWebAnimationControllerImpl.cpp;h=e6eb828e56e219f85827cfad03f0e0bb881a45f3;hb=28040489d744e0c5d475a88663056c9040ed5320;hp=15df14046d3b9a255f2109cbda12c193f14a94c1;hpb=2cc9eb95f73534e3c08c3991cd21bef5e302c88b;p=android-x86%2Fexternal-webkit.git diff --git a/WebKit/chromium/src/WebAnimationControllerImpl.cpp b/WebKit/chromium/src/WebAnimationControllerImpl.cpp index 15df14046..e6eb828e5 100644 --- a/WebKit/chromium/src/WebAnimationControllerImpl.cpp +++ b/WebKit/chromium/src/WebAnimationControllerImpl.cpp @@ -94,7 +94,7 @@ void WebAnimationControllerImpl::suspendAnimations() const return; if (!m_frameImpl->frame()) return; - controller->suspendAnimations(m_frameImpl->frame()->document()); + controller->suspendAnimations(); } void WebAnimationControllerImpl::resumeAnimations() const @@ -104,7 +104,7 @@ void WebAnimationControllerImpl::resumeAnimations() const return; if (!m_frameImpl->frame()) return; - controller->resumeAnimations(m_frameImpl->frame()->document()); + controller->resumeAnimations(); } } // namespace WebKit