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