blob: 00efaed0a5ea1e4348da224a0e24cbd306a4a805 [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;
// TODO: Should be SkSurface.h
sk_sp<SkSurface> MakeGraphite(const SkImageInfo&);
#endif // SkStuff_DEFINED