| 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 fdb79930a2de863f1e27c3935e20ed318cd0c123..f0fae6b567b4a2e22d208132258410b9b44a0ad7 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
|
| @@ -59,7 +59,7 @@ class HTMLCanvasPainterTestForSPv2 : public ::testing::Test,
|
| return AdoptRef(new Canvas2DLayerBridge(
|
| WTF::WrapUnique(new FakeWebGraphicsContext3DProvider(&gl_)), size, 0,
|
| kNonOpaque, Canvas2DLayerBridge::kForceAccelerationForTesting,
|
| - gfx::ColorSpace::CreateSRGB(), false, kN32_SkColorType));
|
| + CanvasColorParams()));
|
| }
|
|
|
| private:
|
|
|