Index: Source/core/frame/RootFrameViewport.h |
diff --git a/Source/core/frame/RootFrameViewport.h b/Source/core/frame/RootFrameViewport.h |
index 2e2c9c864f74c9d55a97894b15c3c29e1bf7e9f6..9abc8c979942e4556e5c213724ef9e1496dc5d96 100644 |
--- a/Source/core/frame/RootFrameViewport.h |
+++ b/Source/core/frame/RootFrameViewport.h |
@@ -22,6 +22,7 @@ class LayoutRect; |
// the layout viewport. Thus, we could say this class is a decorator on the |
// FrameView scrollable area that adds pinch-zoom semantics to scrolling. |
class CORE_EXPORT RootFrameViewport final : public NoBaseWillBeGarbageCollectedFinalized<RootFrameViewport>, public ScrollableArea { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(RootFrameViewport); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RootFrameViewport); |
public: |
static PassOwnPtrWillBeRawPtr<RootFrameViewport> create(ScrollableArea& visualViewport, ScrollableArea& layoutViewport, bool invertScrollOrder = false) |