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

Unified Diff: Source/modules/app_banner/AppBannerCallbacks.h

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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: Source/modules/app_banner/AppBannerCallbacks.h
diff --git a/Source/modules/app_banner/AppBannerCallbacks.h b/Source/modules/app_banner/AppBannerCallbacks.h
index a4a3baa75aaebafd21083980632500ed41b94681..a0591a37817387d8543b63b4815c11128c955269 100644
--- a/Source/modules/app_banner/AppBannerCallbacks.h
+++ b/Source/modules/app_banner/AppBannerCallbacks.h
@@ -11,6 +11,9 @@
namespace blink {
class AppBannerCallbacks : public WebAppBannerCallbacks {
+ // FIXME(tasak): when making public/platform classes to use PartitionAlloc,
+ // the following macro should be moved to WebCallbacks defined in public/platformWebCallbacks.h.
+ WTF_MAKE_FAST_ALLOCATED(AppBannerCallbacks);
public:
explicit AppBannerCallbacks(UserChoiceProperty*);
~AppBannerCallbacks() override = default;
« no previous file with comments | « Source/modules/accessibility/testing/InternalsAccessibility.h ('k') | Source/modules/app_banner/AppBannerController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698