Index: ui/gfx/compositor/compositor_gl.cc |
diff --git a/ui/gfx/compositor/compositor_gl.cc b/ui/gfx/compositor/compositor_gl.cc |
index d952f9bcfd992ec4a9c4e1127fddc510d6225e4d..7a4acdf117b1dd854699e045164b73682f98f692 100644 |
--- a/ui/gfx/compositor/compositor_gl.cc |
+++ b/ui/gfx/compositor/compositor_gl.cc |
@@ -243,10 +243,6 @@ void CompositorGL::NotifyEnd() { |
// static |
Compositor* Compositor::Create(gfx::AcceleratedWidget widget) { |
- // The following line of code exists soley to disable IO restrictions |
- // on this thread long enough to perform the GL bindings. |
- // TODO(backer) Remove this when GL initialisation cleaned up. |
- base::ThreadRestrictions::ScopedAllowIO allow_io; |
sky
2011/05/20 21:42:47
Is there a corresponding include that can be nuked
|
// TODO(backer) Remove this when GL thread patch lands. Should be init'd |
// by the new GPU thread. |
// http://codereview.chromium.org/6677055/ |