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

Unified Diff: Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 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/WebKit/chromium/tests/DeferredImageDecoderTest.cpp ('k') | Source/bindings/v8/ScriptController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp
diff --git a/Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp b/Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp
index e62d0fc09d41d11b4bc1e9cd029bda1392319c31..2ea726805e513edbeb384918866f4181b466b148 100644
--- a/Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp
+++ b/Source/WebKit/chromium/tests/ImageFrameGeneratorTest.cpp
@@ -31,7 +31,6 @@
#include "MockImageDecoder.h"
#include "core/platform/SharedBuffer.h"
#include "core/platform/graphics/chromium/ImageDecodingStore.h"
-#include <wtf/Threading.h>
using namespace WebCore;
@@ -318,7 +317,6 @@ static void decodeThreadMain(void* arg)
TEST_F(ImageFrameGeneratorTest, incompleteDecodeBecomesCompleteMultiThreaded)
{
- WTF::initializeThreading();
setFrameStatus(ImageFrame::FramePartial);
const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize());
« no previous file with comments | « Source/WebKit/chromium/tests/DeferredImageDecoderTest.cpp ('k') | Source/bindings/v8/ScriptController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698