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; |