Index: gm/gmmain.cpp |
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp |
index 4833975aef412401b028bef4bfcc6c408ec90a63..65a233ffac249f796404c33a6516bb55784fa274 100644 |
--- a/gm/gmmain.cpp |
+++ b/gm/gmmain.cpp |
@@ -590,7 +590,7 @@ public: |
// the device is as large as the current rendertarget, so |
// we explicitly only readback the amount we expect (in |
// size) overwrite our previous allocation |
- bitmap->setConfig(SkImageInfo::MakeN32Premul(size.fWidth, size.fHeight)); |
+ bitmap->setInfo(SkImageInfo::MakeN32Premul(size.fWidth, size.fHeight)); |
canvas->readPixels(bitmap, 0, 0); |
} |
#endif |