Chromium Code Reviews| Index: cc/single_thread_proxy.cc |
| diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
| index 843d2e2f854697a225e17da3b0cade8805e01914..3a64d828032bf6f77715f7e2608e561a7cf158c5 100644 |
| --- a/cc/single_thread_proxy.cc |
| +++ b/cc/single_thread_proxy.cc |
| @@ -269,7 +269,7 @@ void SingleThreadProxy::Stop() { |
| layer_tree_host_impl_->resourceProvider()); |
| layer_tree_host_impl_.reset(); |
| } |
| - layer_tree_host_ = 0; |
| + layer_tree_host_ = NULL; |
| } |
| void SingleThreadProxy::setNeedsRedrawOnImplThread() { |