Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: webkit/compositor_bindings/web_compositor_impl.cc

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698