blob: 1cb24030beec92f78f3f5d5877dbc198f04e6294 [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 Context;
}
// TODO: Should be in SkSurface.h
sk_sp<SkSurface> MakeGraphite(sk_sp<skgpu::Context>, const SkImageInfo&);
#endif // SkStuff_DEFINED