chromium/components/pwg_encoder/bitmap_image.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40285824): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "components/pwg_encoder/bitmap_image.h"

#include "base/check_op.h"

namespace pwg_encoder {

namespace {
const uint8_t kCurrentlySupportedNumberOfChannels =;
}

BitmapImage::BitmapImage(const gfx::Size& size, Colorspace colorspace)
    :{}

BitmapImage::~BitmapImage() {}

uint8_t BitmapImage::channels() const {}

const uint8_t* BitmapImage::GetPixel(const gfx::Point& point) const {}

}  // namespace pwg_encoder