| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index ed67d3c13a51a80ff78c4f222a4cc9401e4a4ea7..7b78b124ebcf20326fc32605aed6da19e4032367 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -4013,6 +4013,7 @@ GraphicsLayer* WebViewImpl::rootGraphicsLayer()
|
|
|
| void WebViewImpl::scheduleAnimation()
|
| {
|
| + WTF_LOG(ScriptedAnimationController, "WebViewImpl::scheduleAnimation: accelerated = %d", isAcceleratedCompositingActive() ? 1 : 0);
|
| if (isAcceleratedCompositingActive()) {
|
| ASSERT(m_layerTreeView);
|
| m_layerTreeView->setNeedsAnimate();
|
|
|