blob: 40804d3a33d661ea89fcc242986e932eda3581fb [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2021 The Chromium Authors
Wei Lee6fc33ef42021-05-25 08:36:262// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Elly Fong-Jonesa8ea66f12024-07-24 18:37:105#ifdef UNSAFE_BUFFERS_BUILD
6// TODO(crbug.com/354829279): Remove this and convert code to safer constructs.
7#pragma allow_unsafe_buffers
8#endif
9
Wei Lee6fc33ef42021-05-25 08:36:2610#include "ui/gfx/image/buffer_w_stream.h"
11
12#include <utility>
13
14namespace gfx {
15
16BufferWStream::BufferWStream() = default;
17