// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/accessibility/scoped_blink_ax_event_intent.h" #include "third_party/blink/renderer/core/accessibility/ax_object_cache.h" namespace blink { ScopedBlinkAXEventIntent::ScopedBlinkAXEventIntent( const BlinkAXEventIntent& intent, Document* document) : … { … } ScopedBlinkAXEventIntent::ScopedBlinkAXEventIntent( const Vector<BlinkAXEventIntent>& intents, Document* document) : … { … } ScopedBlinkAXEventIntent::~ScopedBlinkAXEventIntent() { … } } // namespace blink