#include "components/viz/service/surfaces/pending_copy_output_request.h"
#include <utility>
namespace viz {
PendingCopyOutputRequest::PendingCopyOutputRequest(
LocalSurfaceId surface_id,
SubtreeCaptureId subtree_id,
std::unique_ptr<CopyOutputRequest> request,
bool capture_exact_id)
: … { … }
PendingCopyOutputRequest::PendingCopyOutputRequest(PendingCopyOutputRequest&&) =
default;
PendingCopyOutputRequest& PendingCopyOutputRequest::operator=(
PendingCopyOutputRequest&&) = default;
PendingCopyOutputRequest::~PendingCopyOutputRequest() = default;
}