Index: third_party/WebKit/Source/platform/testing/TestPaintArtifact.h |
diff --git a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h |
index e621e9d282bcf96becf1a0994ea4a47e10dbb4ef..c8ff8a3b4cedc1dc57c25e1d0a4bfdc31a8d4ca6 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h |
+++ b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h |
@@ -65,9 +65,6 @@ private: |
PaintArtifact m_paintArtifact; |
bool m_built; |
- |
- // To make MSVC happy. |
- friend struct WTF::OwnedPtrDeleter<DummyRectClient>; |
}; |
} // namespace blink |