diff options
Diffstat (limited to 'gm/image_pict.cpp')
-rw-r--r-- | gm/image_pict.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/image_pict.cpp b/gm/image_pict.cpp index 19271c1b42..53ae99022a 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 } |