Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: ui/accelerated_widget_mac/io_surface_layer.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/engine/sync_scheduler_impl.h ('k') | ui/app_list/search_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sync/engine/sync_scheduler_impl.h ('k') | ui/app_list/search_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698