Chromium Code Reviews| 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 | |
| 13 SkTextureCompressor::CompressionProc | |
| 14 SkTextureCompressorGetPlatformProc(SkTextureCompressor::Format fmt); | |
| 15 | |
| 16 #endif // SkTextureCompression_opts_DEFINED | |
| OLD | NEW |