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

Unified Diff: cc/base/time_util.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 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/base/BUILD.gn ('k') | cc/cc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/time_util.h
diff --git a/cc/base/time_util.h b/cc/base/time_util.h
index d124f94d90d4faa2e143eaa37364f906265794ba..4f2888749e76848a08581912718b84f89388225a 100644
--- a/cc/base/time_util.h
+++ b/cc/base/time_util.h
@@ -5,13 +5,11 @@
#ifndef CC_BASE_TIME_UTIL_H_
#define CC_BASE_TIME_UTIL_H_
-namespace base {
-class TimeDelta;
-}
+#include "base/time/time.h"
namespace cc {
-class CC_EXPORT TimeUtil {
+class TimeUtil {
public:
static base::TimeDelta Scale(base::TimeDelta time_delta, double value) {
return base::TimeDelta::FromInternalValue(static_cast<int64_t>(
« no previous file with comments | « cc/base/BUILD.gn ('k') | cc/cc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698