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

Unified Diff: Source/platform/graphics/ThreadSafeDataTransport.cpp

Issue 141483004: Optimization for image decoding using Skia discardable memory (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: done Created 6 years, 10 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 | « Source/platform/graphics/ImageFrameGeneratorTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ThreadSafeDataTransport.cpp
diff --git a/Source/platform/graphics/ThreadSafeDataTransport.cpp b/Source/platform/graphics/ThreadSafeDataTransport.cpp
index 8b18648b364241d3e81a6d8803d46aa57d72fd39..3a7949ffd44546de8203d894d5998dd3c007a7fc 100644
--- a/Source/platform/graphics/ThreadSafeDataTransport.cpp
+++ b/Source/platform/graphics/ThreadSafeDataTransport.cpp
@@ -33,6 +33,7 @@ namespace WebCore {
ThreadSafeDataTransport::ThreadSafeDataTransport()
: m_readBuffer(SharedBuffer::create())
+ , m_allDataReceived(false)
, m_readPosition(0)
{
}
« no previous file with comments | « Source/platform/graphics/ImageFrameGeneratorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698