Index: content/child/npapi/webplugin_delegate_impl.h |
diff --git a/content/child/npapi/webplugin_delegate_impl.h b/content/child/npapi/webplugin_delegate_impl.h |
index 96d4a1e2515cf01493bfcac08c3ce578776d6592..72f559a9b1dd286edc1d57aeef70286e64bf62ab 100644 |
--- a/content/child/npapi/webplugin_delegate_impl.h |
+++ b/content/child/npapi/webplugin_delegate_impl.h |
@@ -395,7 +395,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate { |
CALayer* layer_; // Used for CA drawing mode. Weak, retained by plugin. |
WebPluginAcceleratedSurface* surface_; // Weak ref. |
CARenderer* renderer_; // Renders layer_ to surface_. |
- scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_; |
+ scoped_ptr<base::RepeatingTimer> redraw_timer_; |
// The upper-left corner of the web content area in screen coordinates, |
// relative to an upper-left (0,0). |