| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index fccf8e7d78f0bd03f2cd05c8a382449081aef1be..10e5fb003ab01299958495a7638406f57658d890 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -683,6 +683,11 @@ void TestWebViewDelegate::scheduleComposite() {
|
| host->ScheduleComposite();
|
| }
|
|
|
| +void TestWebViewDelegate::scheduleAnimation() {
|
| + if (WebWidgetHost* host = GetWidgetHost())
|
| + host->ScheduleAnimation();
|
| +}
|
| +
|
| void TestWebViewDelegate::didFocus() {
|
| if (WebWidgetHost* host = GetWidgetHost())
|
| shell_->SetFocus(host, true);
|
|
|