blob: 8629a1ee6dd826bb04fb6a33d3c7a1e8d4058c11 [file] [log] [blame]
Avi Drissman09875652022-09-15 20:03:191// Copyright 2014 The Chromium Authors
[email protected]b48c53ad2014-02-05 21:59:182// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Lei Zhangad8b9e82021-04-23 17:41:245#ifndef SKIA_EXT_EVENT_TRACER_IMPL_H_
6#define SKIA_EXT_EVENT_TRACER_IMPL_H_
[email protected]b48c53ad2014-02-05 21:59:187
Mike Klein1bc35d4d2019-04-26 07:45:118#include "include/core/SkTypes.h"
[email protected]b48c53ad2014-02-05 21:59:189
10SK_API void InitSkiaEventTracer();
11
Lei Zhangad8b9e82021-04-23 17:41:2412#endif // SKIA_EXT_EVENT_TRACER_IMPL_H_