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

Unified Diff: cc/animation/target_property.h

Issue 1806223002: CC Animation: Use bitset instead of unordered_set in LayerAnimationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use operator[] Created 4 years, 9 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/animation/layer_animation_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/target_property.h
diff --git a/cc/animation/target_property.h b/cc/animation/target_property.h
index e4658e15578518991ac5129e26c9c62bd46b1a42..4ba1e1daf7db0bf4c39d2874996f255bc3183655 100644
--- a/cc/animation/target_property.h
+++ b/cc/animation/target_property.h
@@ -15,7 +15,8 @@ enum Type {
FILTER,
SCROLL_OFFSET,
BACKGROUND_COLOR,
- // This sentinel must be last.
+ // These sentinels must be last
+ FIRST_TARGET_PROPERTY = TRANSFORM,
LAST_TARGET_PROPERTY = BACKGROUND_COLOR
};
« no previous file with comments | « cc/animation/layer_animation_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698