| Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| index 3d94a35c55f46938767f67e8accf26520f4fc771..71174569914a055edf1534b606c753d3be334303 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| @@ -217,11 +217,6 @@ private:
|
| // This mutex also protects calls to underlying skBitmap's
|
| // lockPixels()/unlockPixels() as they are not threadsafe.
|
| Mutex m_mutex;
|
| -
|
| -#if COMPILER(MSVC)
|
| - friend struct ::WTF::OwnedPtrDeleter<CacheEntry>;
|
| - friend struct ::WTF::OwnedPtrDeleter<DecoderCacheEntry>;
|
| -#endif
|
| };
|
|
|
| } // namespace blink
|
|
|