Avi Drissman | 0987565 | 2022-09-15 20:03:19 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors |
[email protected] | b48c53ad | 2014-02-05 21:59:18 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
Lei Zhang | ad8b9e8 | 2021-04-23 17:41:24 | [diff] [blame] | 5 | #ifndef SKIA_EXT_EVENT_TRACER_IMPL_H_ |
6 | #define SKIA_EXT_EVENT_TRACER_IMPL_H_ | ||||
[email protected] | b48c53ad | 2014-02-05 21:59:18 | [diff] [blame] | 7 | |
Mike Klein | 1bc35d4d | 2019-04-26 07:45:11 | [diff] [blame] | 8 | #include "include/core/SkTypes.h" |
[email protected] | b48c53ad | 2014-02-05 21:59:18 | [diff] [blame] | 9 | |
10 | SK_API void InitSkiaEventTracer(); | ||||
11 | |||||
Lei Zhang | ad8b9e8 | 2021-04-23 17:41:24 | [diff] [blame] | 12 | #endif // SKIA_EXT_EVENT_TRACER_IMPL_H_ |