| OLD | NEW |
| (Empty) |
| 1 /* | |
| 2 * Copyright 2014 | |
| 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 SkTextureCompression_opts_DEFINED | |
| 9 #define SkTextureCompression_opts_DEFINED | |
| 10 | |
| 11 #include "SkTextureCompressor.h" | |
| 12 #include "SkImageInfo.h" | |
| 13 | |
| 14 SkTextureCompressor::CompressionProc | |
| 15 SkTextureCompressorGetPlatformProc(SkColorType colorType, SkTextureCompressor::F
ormat fmt); | |
| 16 | |
| 17 #endif // SkTextureCompression_opts_DEFINED | |
| OLD | NEW |