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

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

Issue 11369071: A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/web_compositor_impl.h ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698