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

Unified Diff: cc/delay_based_time_source.h

Issue 11411024: cc: Switch time_source.h and timing_function* to Chrome coding style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | cc/time_source.h » ('j') | cc/timing_function.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delay_based_time_source.h
diff --git a/cc/delay_based_time_source.h b/cc/delay_based_time_source.h
index da8e0e7cd4eca236b6d3877c2d20d3dcbd2d744b..516fde9c56a26e3a9e3360a31bc2786d761e98df 100644
--- a/cc/delay_based_time_source.h
+++ b/cc/delay_based_time_source.h
@@ -11,6 +11,8 @@
namespace cc {
+class Thread;
+
// This timer implements a time source that achieves the specified interval
// in face of millisecond-precision delayed callbacks and random queueing delays.
class CC_EXPORT DelayBasedTimeSource : public TimeSource {
« no previous file with comments | « no previous file | cc/time_source.h » ('j') | cc/timing_function.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698