| Index: Source/core/html/canvas/WebGLRenderingContextBase.h | 
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h | 
| index b74658d46cb7dae1dc240892e7d79cc10cf26a1a..959de0078ae653a076c06018c9cc7dd75eff3876 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*); | 
|  |