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

Unified Diff: Source/core/layout/LayoutTestHelper.h

Issue 1318713003: Make classes and structures in core/layout 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/layout/LayoutTableSection.h ('k') | Source/core/layout/LayoutThemeFontProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTestHelper.h
diff --git a/Source/core/layout/LayoutTestHelper.h b/Source/core/layout/LayoutTestHelper.h
index 0e576200b16a8305474bd4519b310562b19c5a4a..be4fcc6c31ceaa0bdb31097fa12299e5ed8b2a41 100644
--- a/Source/core/layout/LayoutTestHelper.h
+++ b/Source/core/layout/LayoutTestHelper.h
@@ -10,12 +10,14 @@
#include "core/frame/Settings.h"
#include "core/html/HTMLElement.h"
#include "core/testing/DummyPageHolder.h"
+#include "wtf/Allocator.h"
#include "wtf/OwnPtr.h"
#include <gtest/gtest.h>
namespace blink {
class RenderingTest : public testing::Test {
+ WTF_MAKE_FAST_ALLOCATED(RenderingTest);
protected:
void SetUp() override;
« no previous file with comments | « Source/core/layout/LayoutTableSection.h ('k') | Source/core/layout/LayoutThemeFontProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698