Chromium Code Reviews| Index: Source/web/WebViewImpl.cpp |
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
| index ed67d3c13a51a80ff78c4f222a4cc9401e4a4ea7..f80259a1036ac79446adc4fd6ae2f946b3f540f2 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: acellerated = %d", isAcceleratedCompositingActive() ? 1 : 0); |
|
jamesr
2014/09/10 21:23:09
typo acellerated -> accelerated
|
| if (isAcceleratedCompositingActive()) { |
| ASSERT(m_layerTreeView); |
| m_layerTreeView->setNeedsAnimate(); |