Index: gm/texdata.cpp |
diff --git a/gm/texdata.cpp b/gm/texdata.cpp |
index 494a932cf198d53c2d32e51cc9a1c5c5649bf27e..01eedec633be3299898bfab5fa3e6b9426b539a9 100644 |
--- a/gm/texdata.cpp |
+++ b/gm/texdata.cpp |
@@ -82,7 +82,7 @@ DEF_SIMPLE_GM_BG(texdata, canvas, 2 * S, 2 * S, SK_ColorBLACK) { |
SkAutoTUnref<GrTexture> au(texture); |
// setup new clip |
- GrClip clip(SkRect::MakeWH(2*S, 2*S)); |
+ GrFixedClip clip(SkIRect::MakeWH(2*S, 2*S)); |
GrPaint paint; |
paint.setPorterDuffXPFactory(SkXfermode::kSrcOver_Mode); |