chromium/third_party/skia/src/gpu/graphite/KeyContext.cpp

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

#include "src/gpu/graphite/KeyContext.h"

#include "src/gpu/graphite/PaintParams.h"
#include "src/gpu/graphite/RecorderPriv.h"

namespace skgpu::graphite {

KeyContext::KeyContext(skgpu::graphite::Recorder* recorder,
                       const SkM44& local2Dev,
                       const SkColorInfo& dstColorInfo,
                       OptimizeSampling optimizeSampling,
                       const SkColor4f& paintColor,
                       sk_sp<TextureProxy> dstTexture,
                       SkIPoint dstOffset)
        :{}

KeyContext::KeyContext(const KeyContext& other)
        :{}

} // namespace skgpu::graphite