| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| index dd2317251f237c3ba1aa6763e4641d3cabab2cc5..0056f6cb783e7289b6b30fe60563eca5d104d030 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| @@ -223,7 +223,8 @@
|
| DrawingBufferForTests(PassOwnPtr<WebGraphicsContext3D> context,
|
| PassOwnPtr<Extensions3DUtil> extensionsUtil,
|
| PreserveDrawingBuffer preserve)
|
| - : DrawingBuffer(context, extensionsUtil, DrawingBuffer::SupportedExtensions(), preserve, WebGraphicsContext3D::Attributes())
|
| + : DrawingBuffer(context, extensionsUtil, false /* multisampleExtensionSupported */,
|
| + false /* packedDepthStencilExtensionSupported */, false /* discardFramebufferSupported */, preserve, WebGraphicsContext3D::Attributes())
|
| , m_live(0)
|
| { }
|
|
|
|
|