| Index: cc/test/fake_output_surface.cc
|
| diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
|
| index 9c027eae60e99a14983618d636bbb3dbe7e6981f..29680de50e0d115fa49e20059d349c905e3aaa7b 100644
|
| --- a/cc/test/fake_output_surface.cc
|
| +++ b/cc/test/fake_output_surface.cc
|
| @@ -105,7 +105,7 @@ bool FakeOutputSurface::BindToClient(OutputSurfaceClient* client) {
|
| client_ = client;
|
| if (memory_policy_to_set_at_bind_) {
|
| client_->SetMemoryPolicy(*memory_policy_to_set_at_bind_.get());
|
| - memory_policy_to_set_at_bind_.reset();
|
| + memory_policy_to_set_at_bind_ = nullptr;
|
| }
|
| return true;
|
| } else {
|
|
|