Index: tests/DeferredCanvasTest.cpp |
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp |
index 61af550e202fe84ac7fb4b628db50bf62199ab58..1e78aad0074c9f008c3b7365b7a9cd1e4f29e021 100644 |
--- a/tests/DeferredCanvasTest.cpp |
+++ b/tests/DeferredCanvasTest.cpp |
@@ -51,7 +51,7 @@ static SkPMColor read_pixel(SkSurface* surface, int x, int y) { |
class MockSurface : public SkSurface_Base { |
public: |
- MockSurface(int width, int height) : SkSurface_Base(width, height) { |
+ MockSurface(int width, int height) : SkSurface_Base(width, height, SkSurfaceProps()) { |
clearCounts(); |
fBitmap.allocN32Pixels(width, height); |
} |