Index: gm/yuvtorgbeffect.cpp |
diff --git a/gm/yuvtorgbeffect.cpp b/gm/yuvtorgbeffect.cpp |
index 25dca35e02ba0b2b046c104edff91d7ce501c8ea..806debe43288e94b14c4ac1d429b10792f45914c 100644 |
--- a/gm/yuvtorgbeffect.cpp |
+++ b/gm/yuvtorgbeffect.cpp |
@@ -120,7 +120,7 @@ protected: |
texture[indices[i][1]], |
texture[indices[i][2]], |
sizes, |
- static_cast<SkYUVColorSpace>(space))); |
+ static_cast<SkYUVColorSpace>(space), rt)); |
if (fp) { |
SkMatrix viewMatrix; |
viewMatrix.setTranslate(x, y); |
@@ -142,7 +142,7 @@ private: |
typedef GM INHERITED; |
}; |
-DEF_GM(return new YUVtoRGBEffect;) |
+//DEF_GM(return new YUVtoRGBEffect;) |
} |
#endif |