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

Unified Diff: cc/scheduler/delay_based_time_source.h

Issue 1146283005: Remove DelayBasedTimeSourceHighRes Class altogether (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « cc/scheduler/begin_frame_source.cc ('k') | cc/scheduler/delay_based_time_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/delay_based_time_source.h
diff --git a/cc/scheduler/delay_based_time_source.h b/cc/scheduler/delay_based_time_source.h
index 4d7276c97c88fbae31bb72ce0bc93b259c414871..ae1458a67a20cead16dc2d584e6e34f512e742de 100644
--- a/cc/scheduler/delay_based_time_source.h
+++ b/cc/scheduler/delay_based_time_source.h
@@ -95,27 +95,6 @@ class CC_EXPORT DelayBasedTimeSource
DISALLOW_COPY_AND_ASSIGN(DelayBasedTimeSource);
};
-// DelayBasedTimeSource that once used base::TimeTicks::HighResNow as its time
-// source, but is now a no-op.
-// TODO(brianderson): Remove along with gfx::/FrameTime.http://crbug.com/447329
-class DelayBasedTimeSourceHighRes : public DelayBasedTimeSource {
- public:
- static scoped_refptr<DelayBasedTimeSourceHighRes> Create(
- base::TimeDelta interval, base::SingleThreadTaskRunner* task_runner);
-
- base::TimeTicks Now() const override;
-
- protected:
- DelayBasedTimeSourceHighRes(base::TimeDelta interval,
- base::SingleThreadTaskRunner* task_runner);
- ~DelayBasedTimeSourceHighRes() override;
-
- std::string TypeString() const override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(DelayBasedTimeSourceHighRes);
-};
-
} // namespace cc
#endif // CC_SCHEDULER_DELAY_BASED_TIME_SOURCE_H_
« no previous file with comments | « cc/scheduler/begin_frame_source.cc ('k') | cc/scheduler/delay_based_time_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698