chromium/remoting/protocol/frame_consumer.h

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

#ifndef REMOTING_PROTOCOL_FRAME_CONSUMER_H_
#define REMOTING_PROTOCOL_FRAME_CONSUMER_H_

#include <memory>

#include "base/functional/callback_forward.h"

namespace webrtc {
class DesktopFrame;
class DesktopSize;
}  // namespace webrtc

namespace remoting::protocol {

class FrameConsumer {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_FRAME_CONSUMER_H_