summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/WebGLContextAttributes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/WebGLContextAttributes.idl')
-rw-r--r--Source/WebCore/html/canvas/WebGLContextAttributes.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/canvas/WebGLContextAttributes.idl b/Source/WebCore/html/canvas/WebGLContextAttributes.idl
index 0fa0c2c..56da1c6 100644
--- a/Source/WebCore/html/canvas/WebGLContextAttributes.idl
+++ b/Source/WebCore/html/canvas/WebGLContextAttributes.idl
@@ -34,5 +34,6 @@ module html {
attribute boolean stencil;
attribute boolean antialias;
attribute boolean premultipliedAlpha;
+ attribute boolean preserveDrawingBuffer;
};
}