Index: cc/CCPrioritizedTextureTest.cpp |
=================================================================== |
--- cc/CCPrioritizedTextureTest.cpp (revision 160268) |
+++ cc/CCPrioritizedTextureTest.cpp (working copy) |
@@ -29,7 +29,7 @@ |
, m_context(WebKit::createFakeCCGraphicsContext()) |
{ |
DebugScopedSetImplThread implThread; |
- m_resourceProvider = CCResourceProvider::create(m_context.get()); |
+ m_resourceProvider = CCResourceProvider::create(m_context.get(), UnthrottledUploader); |
} |
virtual ~CCPrioritizedTextureTest() |