diff options
author | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-04 03:25:55 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-04 03:25:55 +0000 |
commit | db79992121c7627abc0855e655d91470ee3ac3ac (patch) | |
tree | c9e8cc8541c775dbe600fb299b56fb37b9e05227 /cc/scrollbar_animation_controller_linear_fade_unittest.cc | |
parent | 8311a2b8ceea50b6bcd923cd709949cc082b865d (diff) | |
download | chromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.zip chromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.tar.gz chromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.tar.bz2 |
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
Diffstat (limited to 'cc/scrollbar_animation_controller_linear_fade_unittest.cc')
-rw-r--r-- | cc/scrollbar_animation_controller_linear_fade_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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; |