| 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 3781a9e2c6e067c26205d80f513c19f6b8c1748b..4b9434920a54a66fd5ad5df359b36993d411b33c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| @@ -512,7 +512,8 @@ TEST(DrawingBufferDepthStencilTest, packedDepthStencilSupported)
|
| wantStencilBuffer,
|
| wantAntialiasing,
|
| preserve,
|
| - DrawingBuffer::WebGL1);
|
| + DrawingBuffer::WebGL1,
|
| + DrawingBuffer::AllowChromiumImage);
|
|
|
| // When we request a depth or a stencil buffer, we will get both.
|
| EXPECT_EQ(cases[i].requestDepth || cases[i].requestStencil, drawingBuffer->hasDepthBuffer());
|
|
|