blob: 9ab4783d508d1a54ed2ee49678e557cfd1ce02d3 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_PRESENTATION_PRESENTATION_PROMISE_PROPERTY_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_PRESENTATION_PRESENTATION_PROMISE_PROPERTY_H_
#include "third_party/blink/renderer/bindings/core/v8/script_promise_property.h"
#include "third_party/blink/renderer/core/dom/dom_exception.h"
namespace blink {
class PresentationAvailability;
class PresentationRequest;
using PresentationAvailabilityProperty =
ScriptPromiseProperty<Member<PresentationRequest>,
Member<PresentationAvailability>,
Member<DOMException>>;
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_MODULES_PRESENTATION_PRESENTATION_PROMISE_PROPERTY_H_