| Index: trunk/src/content/renderer/render_thread_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/renderer/render_thread_impl.cc (revision 290178)
|
| +++ trunk/src/content/renderer/render_thread_impl.cc (working copy)
|
| @@ -1177,10 +1177,10 @@
|
| shared_main_thread_contexts_ = ContextProviderCommandBuffer::Create(
|
| CreateOffscreenContext3d(), "Offscreen-MainThread");
|
| }
|
| - if (shared_main_thread_contexts_ &&
|
| - !shared_main_thread_contexts_->BindToCurrentThread())
|
| - shared_main_thread_contexts_ = NULL;
|
| }
|
| + if (shared_main_thread_contexts_ &&
|
| + !shared_main_thread_contexts_->BindToCurrentThread())
|
| + shared_main_thread_contexts_ = NULL;
|
| return shared_main_thread_contexts_;
|
| }
|
|
|
|
|