Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* | |
| 2 * Copyright 2014 Google Inc. | |
| 3 * | |
| 4 * Use of this source code is governed by a BSD-style license that can be | |
| 5 * found in the LICENSE file. | |
| 6 */ | |
| 7 | |
| 8 #ifndef SkImagesSupport_DEFINED | |
| 9 #define SkImagesSupport_DEFINED | |
| 10 | |
| 11 #if SK_SUPPORT_GPU && defined(SK_DEVELOPER) | |
| 12 class GrSurface; | |
| 13 bool SkSaveGrSurfacePixelsAsPNG(GrSurface* surface, const char* filename); | |
| 14 #endif | |
| 15 | |
| 16 #endif | |
| OLD | NEW |