Chromium Code Reviews| Index: Source/web/tests/TouchActionTest.cpp |
| diff --git a/Source/web/tests/TouchActionTest.cpp b/Source/web/tests/TouchActionTest.cpp |
| index 9e0e093e90645016194d7adbc05cac3d0d3d1c4f..eb79c5ded7e0880e922378ffbd88324fc178602c 100644 |
| --- a/Source/web/tests/TouchActionTest.cpp |
| +++ b/Source/web/tests/TouchActionTest.cpp |
| @@ -169,7 +169,7 @@ WebView* TouchActionTest::setupTest(std::string file, TouchActionTrackingWebView |
| WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL + file, true, 0, &client); |
| // Set size to enable hit testing, and avoid line wrapping for consistency with browser. |
| - webView->resize(WebSize(800, 1200)); |
| + webView->resize(WebSize(800, 1600)); |
|
Rick Byers
2014/04/02 20:25:20
Check to see if this is really needed - I believe
Zeeshan Qureshi
2014/04/04 01:12:31
This wasn't needed after all.
|
| // Scroll to verify the code properly transforms windows to client co-ords. |
| const int kScrollOffset = 100; |