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

Unified Diff: Source/core/css/resolver/StyleResolverStats.h

Issue 1304623002: Make blink classes and structures in core/css fast-allocated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing (Fixed windows compile error) 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/css/resolver/StyleBuilderConverter.h ('k') | Source/core/css/resolver/ViewportStyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResolverStats.h
diff --git a/Source/core/css/resolver/StyleResolverStats.h b/Source/core/css/resolver/StyleResolverStats.h
index 5681f538d1125f97c8f601eef2942355ddbbf384..1590b57e3c3e057c14d0bb57550c1062b0fc0e95 100644
--- a/Source/core/css/resolver/StyleResolverStats.h
+++ b/Source/core/css/resolver/StyleResolverStats.h
@@ -38,6 +38,7 @@
namespace blink {
class StyleResolverStats {
+ WTF_MAKE_FAST_ALLOCATED(StyleResolverStats);
public:
static PassOwnPtr<StyleResolverStats> create()
{
« no previous file with comments | « Source/core/css/resolver/StyleBuilderConverter.h ('k') | Source/core/css/resolver/ViewportStyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698