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

Unified Diff: cc/scrollbar_animation_controller_linear_fade_unittest.cc

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Apply code review comments 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
« no previous file with comments | « cc/scoped_texture_unittest.cc ('k') | cc/scrollbar_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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 d6417ab9bbc384caea1405334fe484c6f98bfa89..4469b0641bd57027fdceb27087ce602fe4b6474c 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;
« no previous file with comments | « cc/scoped_texture_unittest.cc ('k') | cc/scrollbar_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698