#ifndef REMOTING_HOST_DESKTOP_DISPLAY_INFO_H_
#define REMOTING_HOST_DESKTOP_DISPLAY_INFO_H_
#include <stddef.h>
#include <iosfwd>
#include <memory>
#include "remoting/proto/control.pb.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
namespace remoting {
namespace protocol {
class VideoLayout;
}
struct DisplayGeometry { … };
class DesktopDisplayInfo { … };
std::ostream& operator<<(std::ostream& out, const DisplayGeometry& geo);
}
#endif