// Copyright 2015 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_VIDEO_STREAM_H_ #define REMOTING_PROTOCOL_VIDEO_STREAM_H_ #include "remoting/protocol/input_event_timestamps.h" #include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h" namespace webrtc { class DesktopSize; class DesktopVector; class MouseCursor; } // namespace webrtc namespace remoting::protocol { class VideoStream { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_VIDEO_STREAM_H_