Index: cc/scrollbar_layer_unittest.cc |
=================================================================== |
--- cc/scrollbar_layer_unittest.cc (revision 165906) |
+++ cc/scrollbar_layer_unittest.cc (working copy) |
@@ -45,6 +45,8 @@ |
TEST(ScrollbarLayerTest, resolveScrollLayerPointer) |
{ |
+ DebugScopedSetImplThread impl; |
+ |
WebKit::WebScrollbarThemePainter painter; |
{ |
@@ -84,6 +86,8 @@ |
TEST(ScrollbarLayerTest, scrollOffsetSynchronization) |
{ |
+ DebugScopedSetImplThread impl; |
+ |
WebKit::WebScrollbarThemePainter painter; |
scoped_ptr<WebKit::WebScrollbar> scrollbar(FakeWebScrollbar::create()); |