#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_SCROLL_INTO_VIEW_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_SCROLL_INTO_VIEW_OPTIONS_H_
#include "base/containers/span.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_scroll_logical_position.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_scroll_options.h"
#include "third_party/blink/renderer/core/core_export.h"
namespace blink {
class ExceptionState;
class CORE_EXPORT ScrollIntoViewOptions : public ScrollOptions { … };
}
#endif