Index: gm/image_pict.cpp |
diff --git a/gm/image_pict.cpp b/gm/image_pict.cpp |
index 19271c1b420b7f9577353fd8f049d6484d78f377..53ae99022aa5d6a403242a8ecde4146ebae77bd1 100644 |
--- a/gm/image_pict.cpp |
+++ b/gm/image_pict.cpp |
@@ -326,7 +326,7 @@ protected: |
// No API to draw a GrTexture directly, so we cheat and create a private image subclass |
SkAutoTUnref<SkImage> image(new SkImage_Gpu(cache->info().width(), cache->info().height(), |
cache->uniqueID(), kPremul_SkAlphaType, texture, |
- 0, SkSurface::kNo_Budgeted)); |
+ SkSurface::kNo_Budgeted)); |
canvas->drawImage(image, x, y); |
#endif |
} |