| Index: webkit/tools/test_shell/layout_test_controller.cc
|
| diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc
|
| index d226575f28b9adb0c98738ac00b3296836d360ac..7986e686ff79fc0f6c7e41ccf8784959acde5b18 100644
|
| --- a/webkit/tools/test_shell/layout_test_controller.cc
|
| +++ b/webkit/tools/test_shell/layout_test_controller.cc
|
| @@ -743,6 +743,9 @@ void LayoutTestController::dumpSelectionRect(
|
|
|
| void LayoutTestController::display(
|
| const CppArgumentList& args, CppVariant* result) {
|
| + WebViewHost* view_host = shell_->webViewHost();
|
| + view_host->Paint();
|
| + view_host->DisplayRepaintMask();
|
| result->SetNull();
|
| }
|
|
|
|
|