| Index: Source/WebCore/html/canvas/WebGLRenderingContext.h
|
| ===================================================================
|
| --- Source/WebCore/html/canvas/WebGLRenderingContext.h (revision 88897)
|
| +++ Source/WebCore/html/canvas/WebGLRenderingContext.h (working copy)
|
| @@ -344,7 +344,7 @@
|
| bool validateWebGLObject(WebGLObject*);
|
|
|
| #if ENABLE(VIDEO)
|
| - PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*);
|
| + PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*, ExceptionCode&);
|
| #endif
|
|
|
| RefPtr<GraphicsContext3D> m_context;
|
|
|