Index: cc/output/output_surface.cc |
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc |
index 0786d660d4a58a3e24c03dabc3411f9d3e08cd9a..a9eff83f8df942234143d8d7eba965aedc2ef319 100644 |
--- a/cc/output/output_surface.cc |
+++ b/cc/output/output_surface.cc |
@@ -128,12 +128,6 @@ bool OutputSurface::BindToClient(OutputSurfaceClient* client) { |
} |
} |
- if (success && worker_context_provider_.get()) { |
- success = worker_context_provider_->BindToCurrentThread(); |
- if (success) |
- worker_context_provider_->SetupLock(); |
- } |
- |
if (!success) |
client_ = NULL; |