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

Unified Diff: cc/layer_animation_controller.h

Issue 11418108: cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vector and deque. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android!! Created 7 years, 11 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/keyframed_animation_curve.cc ('k') | cc/layer_animation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_animation_controller.h
diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
index f083218e0bfc866c2d83316706dfcf1ebdaa891a..786887be39e9f1881479fa896df7bc5bf300b2f5 100644
--- a/cc/layer_animation_controller.h
+++ b/cc/layer_animation_controller.h
@@ -62,7 +62,7 @@ public:
bool hasActiveAnimation() const;
// Returns true if there are any animations at all to process.
- bool hasAnyAnimation() const { return !m_activeAnimations.isEmpty(); }
+ bool hasAnyAnimation() const { return !m_activeAnimations.empty(); }
// Returns true if there is an animation currently animating the given property, or
// if there is an animation scheduled to animate this property in the future.
« no previous file with comments | « cc/keyframed_animation_curve.cc ('k') | cc/layer_animation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698