chromium/components/viz/service/display/pending_swap_params.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_PENDING_SWAP_PARAMS_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_PENDING_SWAP_PARAMS_H_

#include <optional>

#include "components/viz/service/viz_service_export.h"

namespace viz {

struct VIZ_SERVICE_EXPORT PendingSwapParams {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_SERVICE_DISPLAY_PENDING_SWAP_PARAMS_H_