calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / external / skia / inc / skia_compiler.hxx
bloba26ec29bdd1ea00ad377576cabaf35814362964e
1 /*
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 #ifndef SKIA_COMPILER_H
7 #define SKIA_COMPILER_H
9 #include <include/core/SkTypes.h>
11 SK_API const char* skia_compiler_name();
13 #endif