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

/*
 * Copyright 2022 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/SkSLString.h"
#include "src/sksl/ir/SkSLLiteral.h"

namespace SkSL {

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

}  // namespace SkSL