chromium/third_party/skia/modules/skresources/src/SkAnimCodecPlayer.h

/*
 * Copyright 2018 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkAnimCodecPlayer_DEFINED
#define SkAnimCodecPlayer_DEFINED

#include "include/codec/SkCodec.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSize.h"

#include <cstdint>
#include <memory>
#include <vector>

class SkImage;

class SkAnimCodecPlayer {};

#endif