Index: third_party/WebKit/Source/platform/graphics/ContiguousContainer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h |
index 9ec5e5a7bf048c79a15a508e5722dbaaf35a3926..a52ad85271b7d7eb25e3b51d35da6704555fb318 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h |
+++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h |
@@ -70,9 +70,6 @@ private: |
Vector<OwnPtr<Buffer>> m_buffers; |
unsigned m_endIndex; |
size_t m_maxObjectSize; |
- |
- // Makes Buffer accessible when clearing m_buffers. Fixes MSVC build. |
- friend struct WTF::OwnedPtrDeleter<Buffer>; |
}; |
// For most cases, no alignment stricter than pointer alignment is required. If |