Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
index 12968c67a073e14841d44669823362091a3b6ed9..b98d23084242863ce67be6e05e3019d2d775c769 100644 |
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
@@ -58,9 +58,6 @@ private: |
scoped_refptr<cc::Layer> m_rootLayer; |
OwnPtr<WebLayer> m_webLayer; |
Vector<OwnPtr<ContentLayerClientImpl>> m_contentLayerClients; |
- |
- // For ~PaintArtifactCompositor on MSVC. |
- friend struct WTF::OwnedPtrDeleter<ContentLayerClientImpl>; |
}; |
} // namespace blink |