#include <string.h>
#include <algorithm>
#include <initializer_list>
#include <iostream>
#include <memory>
#include <utility>
#include "webrtc/base/base64.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/desktop_region.h"
#include "webrtc/modules/desktop_capture/mock_desktop_capturer_callback.h"
#include "webrtc/modules/desktop_capture/rgba_color.h"
#include "webrtc/modules/desktop_capture/screen_drawer.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
◆ MAYBE_CaptureUpdatedRegion
#define MAYBE_CaptureUpdatedRegion CaptureUpdatedRegion |
◆ MAYBE_TwoCapturers
#define MAYBE_TwoCapturers TwoCapturers |