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

Unified Diff: cc/time_source.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « cc/tiling_data.h ('k') | cc/timing_function.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/tiling_data.h ('k') | cc/timing_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698