blob: 96ee4d43a6482c8582a4200b771f2c3a9fdd1773 [file] [log] [blame]
/*
* Copyright 2025 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef skcpu_ContextImpl_DEFINED
#define skcpu_ContextImpl_DEFINED
#include "include/core/SkCPUContext.h"
#include "include/core/SkSurfaceProps.h"
#include "src/core/SkResourceCache.h"
namespace skcpu {
class ContextImpl final : public Context {
public:
ContextImpl() = default;
static const ContextImpl* TODO();
};
} // namespace skcpu
#endif