| // Copyright 2024 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SKIA_EXT_SWITCHES_H_ | |
| #define SKIA_EXT_SWITCHES_H_ | |
| #include "skia/ext/switches_export.h" | |
| namespace switches { | |
| SKIA_SWITCHES_EXPORT extern const char kTextContrast[]; | |
| SKIA_SWITCHES_EXPORT extern const char kTextGamma[]; | |
| } // namespace switches | |
| #endif // SKIA_EXT_SWITCHES_H_ |