Index: Source/core/html/canvas/WebGLRenderingContextBase.h |
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h |
index aacb79cd6c3a67e2939b5f46b7e46cc549a284fe..39ed05d52a0e86a50269e0dcdc1704c691d0b332 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContextBase.h |
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.h |
@@ -348,7 +348,7 @@ public: |
void reshape(int width, int height); |
void markLayerComposited(); |
- PassRefPtrWillBeRawPtr<ImageData> paintRenderingResultsToImageData(); |
+ PassRefPtrWillBeRawPtr<ImageData> paintRenderingResultsToImageData(SourceBuffer); |
void removeSharedObject(WebGLSharedObject*); |
void removeContextObject(WebGLContextObject*); |