Index: cc/nine_patch_layer_impl_unittest.cc |
diff --git a/cc/nine_patch_layer_impl_unittest.cc b/cc/nine_patch_layer_impl_unittest.cc |
index 55f0c105c5e4d8b62e0155e0f6d05bc6cc5d86ff..e552d8eda23cddc97a6f07054f7fb245680e7abc 100644 |
--- a/cc/nine_patch_layer_impl_unittest.cc |
+++ b/cc/nine_patch_layer_impl_unittest.cc |
@@ -28,8 +28,6 @@ gfx::Rect ToRoundedIntRect(gfx::RectF rect_f) { |
TEST(NinePatchLayerImplTest, verifyDrawQuads) |
{ |
- DebugScopedSetImplThread implThread; |
- |
// Input is a 100x100 bitmap with a 40x50 aperture at x=20, y=30. |
// The bounds of the layer are set to 400x400, so the draw quads |
// generated should leave the border width (40) intact. |