| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 4bafe1cbbda89f88f9b7dc141ed796e265229bfd..a03f2b91c793232327f740310edad49f389a7dfe 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -23,7 +23,7 @@ scoped_ptr<Proxy> SingleThreadProxy::Create(LayerTreeHost* layer_tree_host) {
|
| }
|
|
|
| SingleThreadProxy::SingleThreadProxy(LayerTreeHost* layer_tree_host)
|
| - : Proxy(scoped_ptr<Thread>(NULL)),
|
| + : Proxy(scoped_ptr<Thread>()),
|
| layer_tree_host_(layer_tree_host),
|
| created_offscreen_context_provider_(false),
|
| next_frame_is_newly_committed_frame_(false),
|
|
|