Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 1705863002: [SPv2] Remove PaintArtifactCompositor::initializeIfNeeded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698