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

Unified Diff: Source/web/tests/FakeWebPlugin.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/painting/PaintAggregator.h ('k') | Source/web/tests/FrameTestHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/FakeWebPlugin.h
diff --git a/Source/web/tests/FakeWebPlugin.h b/Source/web/tests/FakeWebPlugin.h
index 2457f4039fc33ce5fc576a5267983d61213be1b6..6175a766d6b0facabeeff6440523b891657fbebc 100644
--- a/Source/web/tests/FakeWebPlugin.h
+++ b/Source/web/tests/FakeWebPlugin.h
@@ -32,6 +32,7 @@
#define FakeWebPlugin_h
#include "public/web/WebPlugin.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
@@ -44,6 +45,7 @@ class WebURLResponse;
struct WebPluginParams;
class FakeWebPlugin : public WebPlugin {
+ WTF_MAKE_FAST_ALLOCATED(FakeWebPlugin);
public:
FakeWebPlugin(WebFrame*, const WebPluginParams&);
« no previous file with comments | « Source/web/painting/PaintAggregator.h ('k') | Source/web/tests/FrameTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698