| Index: content/child/npapi/webplugin_delegate_impl_mac.mm
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| index 4dad117265361f1a2e5b43e821e8aa82e7a5c209..f945edab752dfca142f10de22b0235e07f8ca1a4 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| +++ b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| @@ -214,7 +214,7 @@ bool WebPluginDelegateImpl::PlatformInitialize() {
|
| if (!err) {
|
| if (drawing_model == NPDrawingModelCoreAnimation) {
|
| // Create the timer; it will be started when we get a window handle.
|
| - redraw_timer_.reset(new base::RepeatingTimer<WebPluginDelegateImpl>);
|
| + redraw_timer_.reset(new base::RepeatingTimer);
|
| }
|
| layer_ = layer;
|
|
|
|
|