// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/gfx/image/buffer_w_stream.h" #include <stdint.h> #include <algorithm> #include <vector> #include "base/ranges/algorithm.h" #include "testing/gtest/include/gtest/gtest.h" namespace gfx { namespace { BufferWStreamTest; TEST(BufferWStreamTest, WriteBuffer) { … } } // namespace } // namespace gfx