Source code
Revision control
Copy as Markdown
Other Tools
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef DOM_MEDIA_WEBRTC_LIBWEBRTCOVERRIDES_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_
#define DOM_MEDIA_WEBRTC_LIBWEBRTCOVERRIDES_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_
// clang-format off
// The include order matters here.
#include "modules/desktop_capture/desktop_capture_types.h"
#include "../../third_party/libwebrtc/modules/video_capture/video_capture.h"
// clang-format on
#endif // DOM_MEDIA_WEBRTC_LIBWEBRTCOVERRIDES_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_