chromium/third_party/skia/src/shaders/SkColorFilterShader.h

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

#ifndef SkColorFilterShader_DEFINED
#define SkColorFilterShader_DEFINED

#include "include/core/SkFlattenable.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkShader.h"
#include "src/effects/colorfilters/SkColorFilterBase.h"
#include "src/shaders/SkShaderBase.h"

class SkColorFilter;
class SkReadBuffer;
class SkWriteBuffer;
struct SkStageRec;

class SkColorFilterShader : public SkShaderBase {};

#endif