summaryrefslogtreecommitdiffstats
path: root/cc/CCTextureUpdateControllerTest.cpp
diff options
context:
space:
mode:
authorreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-22 22:22:10 +0000
committerreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-22 22:22:10 +0000
commit673788a5e02b9313e2b4fe809396619f92fb227e (patch)
treebf8928f76121d9b37161d8ca315c848c9ab1e883 /cc/CCTextureUpdateControllerTest.cpp
parentba8012ea5461a1581be7c79bbdd7b1f1d2bbeb4e (diff)
downloadchromium_src-673788a5e02b9313e2b4fe809396619f92fb227e.zip
chromium_src-673788a5e02b9313e2b4fe809396619f92fb227e.tar.gz
chromium_src-673788a5e02b9313e2b4fe809396619f92fb227e.tar.bz2
cc: Remove TextureUploaderOption.
After stopping to throttle partial uploads this option is no longer needed. BUG= TEST=cc_unittests Review URL: https://chromiumcodereview.appspot.com/10961008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/CCTextureUpdateControllerTest.cpp')
-rw-r--r--cc/CCTextureUpdateControllerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCTextureUpdateControllerTest.cpp b/cc/CCTextureUpdateControllerTest.cpp
index b52510b..2d2aec5 100644
--- a/cc/CCTextureUpdateControllerTest.cpp
+++ b/cc/CCTextureUpdateControllerTest.cpp
@@ -162,7 +162,7 @@ protected:
{
m_context = FakeWebCompositorOutputSurface::create(adoptPtr(new WebGraphicsContext3DForUploadTest(this)));
DebugScopedSetImplThread implThread;
- m_resourceProvider = CCResourceProvider::create(m_context.get(), UnthrottledUploader);
+ m_resourceProvider = CCResourceProvider::create(m_context.get());
}