blob: b83e08c66883bf365b666f0fbe8df71e044f1589 [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.
*/
#include "src/gpu/graphite/Task.h"
namespace skgpu::graphite {
Task::Task() {}
Task::~Task() {}
} // namespace skgpu::graphite