// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_PAINT_SKOTTIE_MARKER_H_ #define CC_PAINT_SKOTTIE_MARKER_H_ #include <string> #include "cc/paint/paint_export.h" namespace cc { // See the skottie::MarkerObserver API for details. The arguments there are // replicated here verbatim. struct CC_PAINT_EXPORT SkottieMarker { … }; } // namespace cc #endif // CC_PAINT_SKOTTIE_MARKER_H_