blob: 5b89e3a83de2aa08b437627433af3cb7ad210ac8 [file] [log] [blame]
Samuel Huang06f1ae92018-03-13 18:19:34 +00001// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/zucchini/buffer_sink.h"
6
7namespace zucchini {
8
9BufferSink::BufferSink(MutableBufferView buffer) : MutableBufferView(buffer) {}
10
11} // namespace zucchini