| Index: Source/web/PageOverlay.h
|
| diff --git a/Source/web/PageOverlay.h b/Source/web/PageOverlay.h
|
| index f66f03dab0a0e56653a533462622ac8b24313093..695ffb7659cea788095caae8e3934badb46b6a2f 100644
|
| --- a/Source/web/PageOverlay.h
|
| +++ b/Source/web/PageOverlay.h
|
| @@ -32,6 +32,7 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/graphics/GraphicsLayerClient.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| +#include "wtf/FastAllocBase.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -49,6 +50,7 @@ class WebGraphicsContext;
|
| // With Slimming Paint, internal clients can extract a GraphicsContext to add
|
| // to the DisplayItemList owned by the GraphicsLayer
|
| class PageOverlay : public GraphicsLayerClient {
|
| + WTF_MAKE_FAST_ALLOCATED(PageOverlay);
|
| public:
|
| class Delegate : public GarbageCollectedFinalized<Delegate> {
|
| public:
|
|
|