chromium/third_party/skia/src/sksl/ir/SkSLPoison.h

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

#include "src/sksl/SkSLBuiltinTypes.h"
#include "src/sksl/SkSLCompiler.h"
#include "src/sksl/SkSLContext.h"
#include "src/sksl/ir/SkSLExpression.h"

namespace SkSL {

class Poison : public Expression {};

} // namespace SkSL

#endif  // SkSLPoison_DEFINED