| Index: Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| index 1dd113a8fb4eb67147167d76303791b7be674f90..05f6b6b33ea500d2a7c40d509c9c02c339845568 100644
|
| --- a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
|
| @@ -140,7 +140,7 @@ private:
|
| TEST_F(GraphicsLayerTest, applyScrollToScrollableArea)
|
| {
|
| FakeScrollableArea scrollableArea;
|
| - m_graphicsLayer->setScrollableArea(&scrollableArea);
|
| + m_graphicsLayer->setScrollableArea(&scrollableArea, false);
|
|
|
| WebPoint scrollPosition(7, 9);
|
| m_platformLayer->setScrollPosition(scrollPosition);
|
|
|