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

Unified Diff: cc/active_animation.h

Issue 11415089: ui/compositor: use cc/ directly instead of webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac 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 | « no previous file | cc/cc.gyp » ('j') | cc/proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/active_animation.h
diff --git a/cc/active_animation.h b/cc/active_animation.h
index be195bd109d92b860561ab2965e9ecf65a69318f..413e9f2053197930e5bce6ce4979ca8f6276b020 100644
--- a/cc/active_animation.h
+++ b/cc/active_animation.h
@@ -66,7 +66,7 @@ public:
double startTime() const { return m_startTime; }
void setStartTime(double monotonicTime) { m_startTime = monotonicTime; }
- bool hasSetStartTime() const { return m_startTime; }
+ bool hasSetStartTime() const { return !!m_startTime; }
double timeOffset() const { return m_timeOffset; }
void setTimeOffset(double monotonicTime) { m_timeOffset = monotonicTime; }
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698