| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 3b489eb48d4de695365524792a686fccfa5f1918..4dbd76538dd21cfc53e29916576c117e2c3b775d 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -1576,7 +1576,7 @@ class LayerTreeHostTestCannotCreateIfCannotCreateOutputSurface
|
| bool delegating_renderer,
|
| bool impl_side_painting) {
|
| scoped_ptr<base::Thread> impl_thread;
|
| - scoped_ptr<cc::Thread> impl_ccthread(NULL);
|
| + scoped_ptr<cc::Thread> impl_ccthread;
|
| if (threaded) {
|
| impl_thread.reset(new base::Thread("LayerTreeTest"));
|
| impl_ccthread = cc::ThreadImpl::CreateForDifferentThread(
|
|
|