chromium/third_party/skia/src/gpu/graphite/task/SynchronizeToCpuTask.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/task/SynchronizeToCpuTask.h"

#include "src/gpu/graphite/Buffer.h"
#include "src/gpu/graphite/CommandBuffer.h"

namespace skgpu::graphite {

sk_sp<SynchronizeToCpuTask> SynchronizeToCpuTask::Make(sk_sp<Buffer> buffer) {}

SynchronizeToCpuTask::~SynchronizeToCpuTask() {}

Task::Status SynchronizeToCpuTask::addCommands(Context*,
                                               CommandBuffer* commandBuffer,
                                               ReplayTargetData) {}

}  // namespace skgpu::graphite