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

Unified Diff: Source/core/frame/FrameClient.h

Issue 1315783003: Make classes and structures in core/frame 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/frame/EventHandlerRegistry.h ('k') | Source/core/frame/FrameConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameClient.h
diff --git a/Source/core/frame/FrameClient.h b/Source/core/frame/FrameClient.h
index a6f68b0519caf0bdeaf1ad87bf777e51144a7188..f24fc5102eb8eb25d01d29b684df839304d2aa7e 100644
--- a/Source/core/frame/FrameClient.h
+++ b/Source/core/frame/FrameClient.h
@@ -6,6 +6,7 @@
#define FrameClient_h
#include "core/CoreExport.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
@@ -16,6 +17,7 @@ class SecurityOrigin;
enum class FrameDetachType;
class CORE_EXPORT FrameClient {
+ WTF_MAKE_FAST_ALLOCATED(FrameClient);
haraken 2015/08/25 09:33:02 This was moved to the heap by yutak@. Let's rebase
tasak 2015/08/26 04:15:02 Done.
public:
virtual bool inShadowTree() const = 0;
« no previous file with comments | « Source/core/frame/EventHandlerRegistry.h ('k') | Source/core/frame/FrameConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698