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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 12226080: Thread ui transform animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@DefineThreadedLayerAnimationElements
Patch Set: Address review comments Created 7 years, 10 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_animation_sequence.h
diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
index 30e4f73371d237f464cc90a0ac803ff579ebb4b3..26e5ddcfe64f2a1284be03de34f9f95d89ed512a 100644
--- a/ui/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -93,9 +93,9 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
void set_is_cyclic(bool is_cyclic) { is_cyclic_ = is_cyclic; }
bool is_cyclic() const { return is_cyclic_; }
- // Returns true if this sequence has at least one element affecting a
+ // Returns true if this sequence has at least one element conflicting with a
// property in |other|.
- bool HasCommonProperty(
+ bool HasConflictingProperty(
const LayerAnimationElement::AnimatableProperties& other) const;
// Returns true if the first element animates on the compositor thread.

Powered by Google App Engine
This is Rietveld 408576698