// Copyright 2014 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_CODEC_VIDEO_ENCODER_HELPER_H_ #define REMOTING_CODEC_VIDEO_ENCODER_HELPER_H_ #include <memory> #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h" namespace webrtc { class DesktopFrame; class DesktopRegion; } // namespace webrtc namespace remoting { class VideoPacket; class VideoEncoderHelper { … }; } // namespace remoting #endif // REMOTING_CODEC_VIDEO_ENCODER_HELPER_H_