#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_RENDERER_PREFERENCES_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_RENDERER_PREFERENCES_MOJOM_BLINK_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink::mojom {
}
namespace blink::mojom::blink {
constexpr int64_t kDefaultCaretBlinkIntervalInMilliseconds = …;
class RendererPreferences;
RendererPreferencesPtr;
}
#endif