| Index: third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
|
| diff --git a/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm b/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
|
| index da375d254f4ec590ddbc8a39e3ba4fe893edaa1c..d0d68ca163e2ec862909dcd6e88c2469e19fcb7e 100644
|
| --- a/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
|
| +++ b/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
|
| @@ -27,7 +27,7 @@ void RunTest(TestType test) {
|
| SkBitmap bitmap;
|
| bitmap.installPixels(info, bits, info.minRowBytes());
|
|
|
| - PaintCanvas canvas(bitmap);
|
| + SkiaPaintCanvas canvas(bitmap);
|
| if (test & TestTranslate)
|
| canvas.translate(width / 2, 0);
|
| if (test & TestClip) {
|
|
|