chromium/components/pwg_encoder/pwg_encoder.h

// 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.

#ifndef COMPONENTS_PWG_ENCODER_PWG_ENCODER_H_
#define COMPONENTS_PWG_ENCODER_PWG_ENCODER_H_

#include <stdint.h>

#include <string>

#include "ui/gfx/geometry/size.h"

namespace pwg_encoder {

class BitmapImage;

struct PwgHeaderInfo {};

class PwgEncoder {};

}  // namespace pwg_encoder

#endif  // COMPONENTS_PWG_ENCODER_PWG_ENCODER_H_