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

Unified Diff: ui/compositor/layer_animator.h

Issue 134453004: Use a bitfield to store animatable properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build error Created 6 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
Index: ui/compositor/layer_animator.h
diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h
index ad3754de158e8211a1c386c7be1f53464adaa58c..a1e0ad2cd44a382a043d4e4de757ef5adf716e33 100644
--- a/ui/compositor/layer_animator.h
+++ b/ui/compositor/layer_animator.h
@@ -138,8 +138,7 @@ class COMPOSITOR_EXPORT LayerAnimator
// End the list with -1.
void SchedulePauseForProperties(
base::TimeDelta duration,
- LayerAnimationElement::AnimatableProperty property,
- ...);
+ LayerAnimationElement::AnimatableProperties properties_to_pause);
// Returns true if there is an animation in the queue (animations remain in
// the queue until they complete, so this includes running animations).

Powered by Google App Engine
This is Rietveld 408576698