| Index: third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| index a93cc279fc5b913f8acca9d9d6e1030aa680b8ca..543000b60f520ff5d65341ee01dc1bc3d79ec0d2 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| @@ -52,7 +52,8 @@ class HTMLCanvasPainterTestForSPv2 : public ::testing::Test {
|
| PassRefPtr<Canvas2DLayerBridge> makeCanvas2DLayerBridge(const IntSize& size) {
|
| return adoptRef(new Canvas2DLayerBridge(
|
| wrapUnique(new FakeWebGraphicsContext3DProvider(&m_gl)), size, 0,
|
| - NonOpaque, Canvas2DLayerBridge::ForceAccelerationForTesting, nullptr));
|
| + NonOpaque, Canvas2DLayerBridge::ForceAccelerationForTesting, nullptr,
|
| + kN32_SkColorType));
|
| }
|
|
|
| private:
|
|
|