summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/CanvasRenderingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/CanvasRenderingContext.h')
-rw-r--r--WebCore/html/canvas/CanvasRenderingContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/canvas/CanvasRenderingContext.h b/WebCore/html/canvas/CanvasRenderingContext.h
index cb26363..2cdbe1d 100644
--- a/WebCore/html/canvas/CanvasRenderingContext.h
+++ b/WebCore/html/canvas/CanvasRenderingContext.h
@@ -54,6 +54,7 @@ namespace WebCore {
virtual GraphicsContext3D* graphicsContext3D() const { return 0; }
virtual void paintRenderingResultsToCanvas() {}
+ bool paintsIntoCanvasBuffer() const;
private:
HTMLCanvasElement* m_canvas;