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

Unified Diff: Source/core/animation/css/CSSTransitionData.h

Issue 1302463002: Make classes and structures in Source/core/animation fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « Source/core/animation/css/CSSTimingData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSTransitionData.h
diff --git a/Source/core/animation/css/CSSTransitionData.h b/Source/core/animation/css/CSSTransitionData.h
index fc9d1c9db567f9f16118ac8c1404a61eedeb2210..78cfce95c8afcd6321960c4c918d880d8f51de7d 100644
--- a/Source/core/animation/css/CSSTransitionData.h
+++ b/Source/core/animation/css/CSSTransitionData.h
@@ -22,6 +22,7 @@ public:
// FIXME: We shouldn't allow 'none' to be used alongside other properties.
struct TransitionProperty {
+ ALLOW_ONLY_INLINE_ALLOCATION();
TransitionProperty(CSSPropertyID id)
: propertyType(TransitionSingleProperty)
, unresolvedProperty(id)
« no previous file with comments | « Source/core/animation/css/CSSTimingData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698