chromium/third_party/skia/src/sksl/ir/SkSLVariableReference.cpp

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

#include "src/sksl/ir/SkSLVariableReference.h"

#include "src/sksl/ir/SkSLVariable.h"

namespace SkSL {

VariableReference::VariableReference(Position pos, const Variable* variable, RefKind refKind)
    :{}

std::string VariableReference::description(OperatorPrecedence) const {}

void VariableReference::setRefKind(RefKind refKind) {}

void VariableReference::setVariable(const Variable* variable) {}

}  // namespace SkSL