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

Unified Diff: third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h

Issue 2342103002: Refactor the way PaintArtifactCompositor is attached and used. (Closed)
Patch Set: none Created 4 years, 3 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/core/paint/StubChromeClientForSPv2.h
diff --git a/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h b/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
index bd979769eee594345e798d02db84a2c2e8d704ed..ad43bdd0229e33b97907159cc8f5ad5579a7c2eb 100644
--- a/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
+++ b/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
@@ -23,12 +23,6 @@ public:
bool hasLayer(const WebLayer& layer) { return m_layerTreeView.hasLayer(layer); }
- // ChromeClient
- void didPaint(const PaintArtifact& artifact) override
- {
- m_paintArtifactCompositor.update(artifact);
- }
-
private:
WebLayerTreeViewImplForTesting m_layerTreeView;
PaintArtifactCompositor m_paintArtifactCompositor;

Powered by Google App Engine
This is Rietveld 408576698