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

Unified Diff: Source/core/layout/PendingSelection.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/PaintInvalidationState.h ('k') | Source/core/layout/PointerEventsHitRules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/PendingSelection.h
diff --git a/Source/core/layout/PendingSelection.h b/Source/core/layout/PendingSelection.h
index c61352da71133fcee77d9a322e32fa3fb94e0f61..18b7ee757a0bbcdc521cb7cf4142549c7d3f79bd 100644
--- a/Source/core/layout/PendingSelection.h
+++ b/Source/core/layout/PendingSelection.h
@@ -24,6 +24,7 @@
#include "core/editing/Position.h"
#include "core/editing/VisibleSelection.h"
+#include "platform/heap/Handle.h"
namespace blink {
@@ -31,6 +32,7 @@ class Document;
class FrameSelection;
class PendingSelection final : public NoBaseWillBeGarbageCollected<PendingSelection> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PendingSelection);
public:
static PassOwnPtrWillBeRawPtr<PendingSelection> create()
{
« no previous file with comments | « Source/core/layout/PaintInvalidationState.h ('k') | Source/core/layout/PointerEventsHitRules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698