Index: tests/ReadWriteAlphaTest.cpp |
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp |
index 6bcc51faf206afc12e420b82540949bafd8f5dc0..431b7f4d6a7bfeb42e2ab9b2f85f2bd08bee0f71 100644 |
--- a/tests/ReadWriteAlphaTest.cpp |
+++ b/tests/ReadWriteAlphaTest.cpp |
@@ -83,7 +83,7 @@ DEF_GPUTEST(ReadWriteAlpha, reporter, factory) { |
// Now try writing on the single channel texture |
SkAutoTUnref<SkBaseDevice> device(SkGpuDevice::Create(texture->asRenderTarget(), |
- SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType))); |
+ &SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType))); |
SkCanvas canvas(device); |
SkPaint paint; |