Index: cc/layer_impl_unittest.cc |
=================================================================== |
--- cc/layer_impl_unittest.cc (revision 165906) |
+++ cc/layer_impl_unittest.cc (working copy) |
@@ -58,6 +58,8 @@ |
// |
// The constructor on this will fake that we are on the correct thread. |
+ DebugScopedSetImplThread setImplThread; |
+ |
// Create a simple LayerImpl tree: |
scoped_ptr<LayerImpl> root = LayerImpl::create(1); |
root->addChild(LayerImpl::create(2)); |