Index: Source/core/html/canvas/WebGLRenderingContextBase.h |
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h |
index 5217ebbb96bff676b23fde4166fab2ad8d98eca5..16a1faca302444b44710202533245c243c714825 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContextBase.h |
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.h |
@@ -358,7 +358,7 @@ public: |
void reshape(int width, int height); |
void markLayerComposited(); |
- PassRefPtrWillBeRawPtr<ImageData> paintRenderingResultsToImageData(SourceDrawingBuffer); |
+ ImageData* paintRenderingResultsToImageData(SourceDrawingBuffer); |
void removeSharedObject(WebGLSharedObject*); |
void removeContextObject(WebGLContextObject*); |