| Index: cc/time_source.h
|
| diff --git a/cc/time_source.h b/cc/time_source.h
|
| index ae1252e487ae44dd5bbe16555983444c86a8e4fc..e80a4657854891e17360aa6140cadd962327ab69 100644
|
| --- a/cc/time_source.h
|
| +++ b/cc/time_source.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time.h"
|
| +#include "cc/cc_export.h"
|
|
|
| namespace cc {
|
|
|
| @@ -25,7 +26,7 @@ protected:
|
| //
|
| // Be sure to call setActive(false) before releasing your reference to the
|
| // timer, or it will keep on ticking!
|
| -class TimeSource : public base::RefCounted<TimeSource> {
|
| +class CC_EXPORT TimeSource : public base::RefCounted<TimeSource> {
|
| public:
|
| virtual void setClient(TimeSourceClient*) = 0;
|
| virtual void setActive(bool) = 0;
|
|
|