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