Flutter Engine
 
Loading...
Searching...
No Matches
skia_event_tracer_impl.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_COMMON_SKIA_EVENT_TRACER_IMPL_H_
6#define FLUTTER_SHELL_COMMON_SKIA_EVENT_TRACER_IMPL_H_
7
8#include <mutex>
9#include <optional>
10#include <string>
11#include <vector>
12
13namespace flutter {
14
16 bool enabled,
17 const std::optional<std::vector<std::string>>& allowlist);
18
19} // namespace flutter
20
21#endif // FLUTTER_SHELL_COMMON_SKIA_EVENT_TRACER_IMPL_H_
void InitSkiaEventTracer(bool enabled, const std::optional< std::vector< std::string > > &allowlist)