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

Unified Diff: third_party/WebKit/Source/platform/graphics/ContiguousContainer.h

Issue 2043633002: Remove obsolete friend declarations for MSVC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698