#ifndef SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_MOJOM_FORWARD_H_
#define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_MOJOM_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace viz::mojom {
class OcclusionCullerSettingsDataView;
class RendererSettingsDataView;
class DebugRendererSettingsDataView;
constexpr int64_t kInvalidDisplayId = …;
class OcclusionCullerSettings;
OcclusionCullerSettingsPtr;
class RendererSettings;
RendererSettingsPtr;
class DebugRendererSettings;
DebugRendererSettingsPtr;
}
#endif