chromium/third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h

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

#ifndef GrColorTableEffect_DEFINED
#define GrColorTableEffect_DEFINED

#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/GrProcessorUnitTest.h"

#include <memory>

class GrRecordingContext;
class GrSurfaceProxyView;
class SkBitmap;
struct GrShaderCaps;

namespace skgpu {
class KeyBuilder;
}

class ColorTableEffect : public GrFragmentProcessor {};

#endif