Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #include "SkImagesSupport.h" | |
| 2 | |
| 3 // This file should be compiled for embedders that do not compile the images sub library | |
| 4 // as part of Skia library. | |
| 5 #if SK_SUPPORT_GPU && defined(SK_DEVELOPER) | |
| 6 | |
| 7 bool SkSaveGrSurfacePrivPixelsAsPNG(GrSurfacePriv*, const char*) { | |
| 8 SK_CRASH(); | |
| 9 return false; | |
| 10 } | |
| 11 | |
| 12 #endif | |
| OLD | NEW |