Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index fa8c45a47d6ccb08159bd6df9a23cfbd02b31988..05f54d0194b6253af1a8654d778cb7dbb5d540fd 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -30,6 +30,7 @@ |
#include "core/html/HTMLElement.h" |
#include "core/html/canvas/CanvasImageSource.h" |
+#include "heap/Handle.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/IntSize.h" |
#include "platform/graphics/Canvas2DLayerBridge.h" |
@@ -112,7 +113,7 @@ public: |
ImageBuffer* buffer() const; |
Image* copiedImage() const; |
void clearCopiedImage(); |
- PassRefPtr<ImageData> getImageData(); |
+ PassRefPtrWillBeRawPtr<ImageData> getImageData(); |
void makePresentationCopy(); |
void clearPresentationCopy(); |