| Index: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
|
| index d599b4dac10e8d5c76ff63c8f17d5cf9c7c41d60..11d2da155aa43835d8a50695a46132714e28d7aa 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
|
| @@ -177,6 +177,9 @@ TEST_F(ScrollableAreaTest, ScrollbarGraphicsLayerInvalidation)
|
| graphicsLayer.resetTrackedPaintInvalidations();
|
| scrollbar->setNeedsPaintInvalidation(NoPart);
|
| EXPECT_TRUE(graphicsLayer.hasTrackedPaintInvalidations());
|
| +
|
| + // Forced GC in order to finalize objects depending on the mock object.
|
| + Heap::collectAllGarbage();
|
| }
|
|
|
| TEST_F(ScrollableAreaTest, InvalidatesNonCompositedScrollbarsWhenThumbMoves)
|
|
|