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

Unified Diff: cc/scheduler/delay_based_time_source.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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.h ('k') | cc/scheduler/scheduler.h » ('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..5fcf69d579c333f4825832f603933713cf85a3d3 100644
--- a/cc/scheduler/delay_based_time_source.h
+++ b/cc/scheduler/delay_based_time_source.h
@@ -9,7 +9,6 @@
#include "base/memory/weak_ptr.h"
#include "base/values.h"
-#include "cc/base/cc_export.h"
namespace base {
namespace trace_event {
@@ -20,7 +19,7 @@ class SingleThreadTaskRunner;
namespace cc {
-class CC_EXPORT TimeSourceClient {
+class TimeSourceClient {
public:
virtual void OnTimerTick() = 0;
@@ -31,8 +30,7 @@ class CC_EXPORT TimeSourceClient {
// This timer implements a time source that achieves the specified interval
// in face of millisecond-precision delayed callbacks and random queueing
// delays. DelayBasedTimeSource uses base::TimeTicks::Now as its timebase.
-class CC_EXPORT DelayBasedTimeSource
- : public base::RefCounted<DelayBasedTimeSource> {
+class DelayBasedTimeSource : public base::RefCounted<DelayBasedTimeSource> {
public:
static scoped_refptr<DelayBasedTimeSource> Create(
base::TimeDelta interval, base::SingleThreadTaskRunner* task_runner);
« no previous file with comments | « cc/scheduler/begin_frame_source.h ('k') | cc/scheduler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698