chromium/third_party/skia/src/sksl/SkSLStringStream.h

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

#ifndef SKSL_STRINGSTREAM
#define SKSL_STRINGSTREAM

#include "include/core/SkData.h"
#include "include/core/SkStream.h"
#include "src/sksl/SkSLOutputStream.h"

namespace SkSL {

class StringStream : public OutputStream {};

}  // namespace SkSL

#endif