Bug 615976 - Fix WebGL to default to trying to have anti-aliasing - r=bjacob

This commit is contained in:
Jeff Gilbert 2011-10-19 15:09:57 -04:00
parent 441efd5332
commit 445287a1f5

View File

@ -310,7 +310,7 @@ struct WebGLContextOptions {
// these are defaults
WebGLContextOptions()
: alpha(true), depth(true), stencil(false),
premultipliedAlpha(true), antialias(false),
premultipliedAlpha(true), antialias(true),
preserveDrawingBuffer(false)
{ }