#ifndef COMPONENTS_VIZ_COMMON_SURFACES_SURFACE_INFO_H_
#define COMPONENTS_VIZ_COMMON_SURFACES_SURFACE_INFO_H_
#include <string>
#include "components/viz/common/surfaces/surface_id.h"
#include "components/viz/common/viz_common_export.h"
#include "ui/gfx/geometry/size.h"
namespace IPC {
template <class T>
struct ParamTraits;
}
namespace viz {
namespace mojom {
class SurfaceInfoDataView;
}
class VIZ_COMMON_EXPORT SurfaceInfo { … };
VIZ_COMMON_EXPORT std::ostream& operator<<(std::ostream& out,
const SurfaceInfo& surface_info);
}
#endif