Index: webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
diff --git a/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp b/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
index c71d5fc77ed0ef6f0bfd3fecc3179d54fcca2f64..f095c573105ee17f5b20d347e1a5357ac8862db6 100644 |
--- a/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
+++ b/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
@@ -177,6 +177,8 @@ void WebLayerTreeViewImpl::renderingStats(WebRenderingStats& stats) const |
stats.totalRasterizeTimeInSeconds = ccStats.totalRasterizeTimeInSeconds; |
stats.totalCommitTimeInSeconds = ccStats.totalCommitTimeInSeconds; |
stats.totalCommitCount = ccStats.totalCommitCount; |
+ stats.numImplThreadScrolls = ccStats.numImplThreadScrolls; |
+ stats.numMainThreadScrolls = ccStats.numMainThreadScrolls; |
} |
void WebLayerTreeViewImpl::setFontAtlas(SkBitmap bitmap, WebRect asciiToWebRectTable[128], int fontHeight) |