| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index d0f8b1e98acea913bd0bb39e8ed05f21dfc475b3..2ecd35749634413b5258e329b474da4ef9d24a8e 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -1240,7 +1240,6 @@ static void configueCompositingWebView(WebSettings* settings)
|
| {
|
| settings->setAcceleratedCompositingEnabled(true);
|
| settings->setPreferCompositingToLCDTextEnabled(true);
|
| - settings->setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| }
|
|
|
| TEST_F(WebViewTest, ShowPressOnTransformedLink)
|
|
|