From db79992121c7627abc0855e655d91470ee3ac3ac Mon Sep 17 00:00:00 2001
From: "aelias@chromium.org"
 <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Sun, 4 Nov 2012 03:25:55 +0000
Subject: Remove static thread pointers from CC, attempt 2

BUG=152904

Review URL: https://chromiumcodereview.appspot.com/11232051

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165872 0039d316-1c4b-4281-b951-d872f2087c98
---
 cc/scrollbar_animation_controller_linear_fade_unittest.cc | 2 --
 1 file changed, 2 deletions(-)

(limited to 'cc/scrollbar_animation_controller_linear_fade_unittest.cc')

diff --git a/cc/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
index 32537cb..bbd6882 100644
--- a/cc/scrollbar_animation_controller_linear_fade_unittest.cc
+++ b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
@@ -30,8 +30,6 @@ protected:
         m_scrollbarController->setHorizontalScrollbarLayer(m_scrollbarLayer.get());
     }
 
-    DebugScopedSetImplThread implThread;
-
     scoped_ptr<ScrollbarAnimationControllerLinearFade> m_scrollbarController;
     scoped_ptr<LayerImpl> m_scrollLayer;
     LayerImpl* m_contentLayer;
-- 
cgit v1.1