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

Unified Diff: Source/web/WebFileChooserCompletionImpl.h

Issue 1328773002: Make classes and structures in web 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
« no previous file with comments | « Source/web/WebEntities.h ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFileChooserCompletionImpl.h
diff --git a/Source/web/WebFileChooserCompletionImpl.h b/Source/web/WebFileChooserCompletionImpl.h
index ef1c4ed1a1144232b71190e4309a290ef852f90a..dbdd29baff5266f1765fcf70336dc9684ed8e9ed 100644
--- a/Source/web/WebFileChooserCompletionImpl.h
+++ b/Source/web/WebFileChooserCompletionImpl.h
@@ -35,11 +35,13 @@
#include "public/platform/WebString.h"
#include "public/platform/WebVector.h"
#include "public/web/WebFileChooserCompletion.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/PassRefPtr.h"
namespace blink {
class WebFileChooserCompletionImpl final : public WebFileChooserCompletion {
+ WTF_MAKE_FAST_ALLOCATED(WebFileChooserCompletionImpl);
public:
explicit WebFileChooserCompletionImpl(PassRefPtr<FileChooser>);
~WebFileChooserCompletionImpl() override;
« no previous file with comments | « Source/web/WebEntities.h ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698