| Index: Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (revision 93076)
|
| +++ Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (working copy)
|
| @@ -52,6 +52,7 @@
|
| virtual bool drawsContent() const;
|
| virtual void updateCompositorResources();
|
| void setTextureUpdated();
|
| + bool paintRenderedResultsToCanvas(ImageBuffer*);
|
|
|
| void setContext(const GraphicsContext3D* context);
|
| GraphicsContext3D* context() { return m_context; }
|
|
|