| Index: cc/resources/prioritized_resource_unittest.cc
|
| diff --git a/cc/resources/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
|
| index 8869e706036a3472d59a60d76cf474c22c65cab8..9ad2b9dbdaaff961f5e8dd1ee58516f4f1557a59 100644
|
| --- a/cc/resources/prioritized_resource_unittest.cc
|
| +++ b/cc/resources/prioritized_resource_unittest.cc
|
| @@ -28,13 +28,9 @@ class PrioritizedResourceTest : public testing::Test {
|
| DebugScopedSetImplThread impl_thread(&proxy_);
|
| CHECK(output_surface_->BindToClient(&output_surface_client_));
|
| shared_bitmap_manager_.reset(new TestSharedBitmapManager());
|
| - resource_provider_ = ResourceProvider::Create(output_surface_.get(),
|
| - shared_bitmap_manager_.get(),
|
| - NULL,
|
| - NULL,
|
| - 0,
|
| - false,
|
| - 1);
|
| + resource_provider_ = ResourceProvider::Create(
|
| + output_surface_.get(), shared_bitmap_manager_.get(), NULL, NULL, 0,
|
| + false, false, 1);
|
| }
|
|
|
| virtual ~PrioritizedResourceTest() {
|
|
|