| Index: cc/resources/prioritized_resource_unittest.cc
|
| diff --git a/cc/resources/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
|
| index 09f55aae7c29664a83051661299dd30a46d5f8f8..92ce9ff723967ac34e9c6d3981e90f102a296efd 100644
|
| --- a/cc/resources/prioritized_resource_unittest.cc
|
| +++ b/cc/resources/prioritized_resource_unittest.cc
|
| @@ -17,8 +17,7 @@ namespace cc {
|
| class PrioritizedResourceTest : public testing::Test {
|
| public:
|
| PrioritizedResourceTest()
|
| - : proxy_(scoped_ptr<Thread>()),
|
| - texture_size_(256, 256),
|
| + : texture_size_(256, 256),
|
| texture_format_(GL_RGBA),
|
| output_surface_(CreateFakeOutputSurface()) {
|
| DebugScopedSetImplThread impl_thread(&proxy_);
|
|
|