| Index: Tools/DumpRenderTree/chromium/TestShell.cpp
|
| diff --git a/Tools/DumpRenderTree/chromium/TestShell.cpp b/Tools/DumpRenderTree/chromium/TestShell.cpp
|
| index 3b011a746e4ff8772233a7b6d11737ac197a7933..ab449292b1b955b458caa5dfa1331a09b951dd91 100644
|
| --- a/Tools/DumpRenderTree/chromium/TestShell.cpp
|
| +++ b/Tools/DumpRenderTree/chromium/TestShell.cpp
|
| @@ -265,7 +265,7 @@ void TestShell::resizeWindowForTest(WebViewHost* window, const WebURL& url)
|
| width = testWindowWidth;
|
| height = testWindowHeight;
|
| }
|
| - window->setWindowRect(WebRect(0, 0, width + virtualWindowBorder * 2, height + virtualWindowBorder * 2));
|
| + window->setWindowRect(WebRect(window->screenUnavailabeBorder(), window->screenUnavailabeBorder(), width + virtualWindowBorder * 2, height + virtualWindowBorder * 2));
|
| }
|
|
|
| void TestShell::resetTestController()
|
|
|