blob: 6f25531cba188f92f60ac9807d0393b9e59a4e0c [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkStuff_DEFINED
#define SkStuff_DEFINED
#include "include/core/SkRefCnt.h"
struct SkImageInfo;
class SkSurface;
namespace skgpu {
class Recorder;
}
// TODO: Should be in SkSurface.h
sk_sp<SkSurface> MakeGraphite(sk_sp<skgpu::Recorder>, const SkImageInfo&);
#endif // SkStuff_DEFINED