| Index: webkit/tools/test_shell/mac/webwidget_host.mm
|
| diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm
|
| index a6e1e9ca544891ab86f6ef912f6fb3eaaad31b51..47a9d0714da722b352ed1f3d304e3673c025a3cb 100644
|
| --- a/webkit/tools/test_shell/mac/webwidget_host.mm
|
| +++ b/webkit/tools/test_shell/mac/webwidget_host.mm
|
| @@ -184,11 +184,7 @@ void WebWidgetHost::Paint() {
|
| [NSGraphicsContext graphicsContextWithGraphicsPort:bitmap_context
|
| flipped:YES]];
|
|
|
| -#ifdef WEBWIDGET_HAS_ANIMATE_CHANGES
|
| webwidget_->animate(0.0);
|
| -#else
|
| - webwidget_->animate();
|
| -#endif
|
|
|
| // This may result in more invalidation
|
| webwidget_->layout();
|
|
|