Index: ui/accelerated_widget_mac/io_surface_layer.h |
diff --git a/ui/accelerated_widget_mac/io_surface_layer.h b/ui/accelerated_widget_mac/io_surface_layer.h |
index ba48ff9d2698408a3827b7edcc30ee4746a86868..6e2597954a6dff3ac0da2c7c6e468088aa94f267 100644 |
--- a/ui/accelerated_widget_mac/io_surface_layer.h |
+++ b/ui/accelerated_widget_mac/io_surface_layer.h |
@@ -109,7 +109,7 @@ class IOSurfaceLayerHelper { |
// calls until they appear on the screen. This can lead to hangs if the |
// view is moved offscreen (among other things). Prevent hangs by always |
// acknowledging the frame after timeout of 1/6th of a second has passed. |
- base::DelayTimer<IOSurfaceLayerHelper> timer_; |
+ base::DelayTimer timer_; |
}; |
} // namespace ui |