| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 2783)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -759,7 +759,8 @@
|
| void TestWebViewDelegate::DidMove(WebWidget* webwidget,
|
| const WebPluginGeometry& move) {
|
| WebPluginDelegateImpl::MoveWindow(
|
| - move.window, move.window_rect, move.clip_rect, move.visible);
|
| + move.window, move.window_rect, move.clip_rect, move.cutout_rects,
|
| + move.visible);
|
| }
|
|
|
| void TestWebViewDelegate::RunModal(WebWidget* webwidget) {
|
|
|