diff options
Diffstat (limited to 'cc/layer_impl_unittest.cc')
-rw-r--r-- | cc/layer_impl_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/layer_impl_unittest.cc b/cc/layer_impl_unittest.cc index 3640185..259a6ed 100644 --- a/cc/layer_impl_unittest.cc +++ b/cc/layer_impl_unittest.cc @@ -58,8 +58,6 @@ TEST(LayerImplTest, verifyLayerChangesAreTrackedProperly) // // 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)); |