Chromium Code Reviews| Index: content/gpu/gpu_child_thread.cc |
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
| index df6797ac451dfc84e7319ecd3e079c7989e3cea5..170b3648b564ec78fe9d69f4d5a434a10f43850e 100644 |
| --- a/content/gpu/gpu_child_thread.cc |
| +++ b/content/gpu/gpu_child_thread.cc |
| @@ -77,6 +77,7 @@ GpuChildThread::~GpuChildThread() { |
| } |
| void GpuChildThread::Shutdown() { |
| + ChildThread::Shutdown(); |
| logging::SetLogMessageHandler(NULL); |
| } |