Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: cc/nine_patch_layer_impl_unittest.cc

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix ChromeOS problems and rebase to 166581 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698