| OLD | NEW |
| 1 // Copyright 2011 The Chromium Authors. All rights reserved. | 1 // Copyright 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "config.h" | 5 #include "config.h" |
| 6 | 6 |
| 7 #include "web_compositor_impl.h" | 7 #include "web_compositor_impl.h" |
| 8 | 8 |
| 9 #ifdef LOG | 9 #ifdef LOG |
| 10 #undef LOG | 10 #undef LOG |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 s_implThread = 0; | 76 s_implThread = 0; |
| 77 } | 77 } |
| 78 delete s_mainThread; | 78 delete s_mainThread; |
| 79 s_mainThread = 0; | 79 s_mainThread = 0; |
| 80 Proxy::setImplThread(0); | 80 Proxy::setImplThread(0); |
| 81 Proxy::setMainThread(0); | 81 Proxy::setMainThread(0); |
| 82 s_initialized = false; | 82 s_initialized = false; |
| 83 } | 83 } |
| 84 | 84 |
| 85 } | 85 } |
| OLD | NEW |