Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index e13a9b7ff8f68e9486022892111f0d01acceb76a..457d6e6a9c3e6d49f9155c3544004e0a22b885dd 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -4546,7 +4546,6 @@ void WebViewImpl::attachPaintArtifactCompositor() |
// TODO(jbroman): This should probably have hookups for overlays, visual |
// viewport, etc. |
- m_paintArtifactCompositor.initializeIfNeeded(); |
WebLayer* rootLayer = m_paintArtifactCompositor.webLayer(); |
ASSERT(rootLayer); |
m_layerTreeView->setRootLayer(*rootLayer); |