#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_PICTURE_IN_PICTURE_CONTROLLER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_PICTURE_IN_PICTURE_CONTROLLER_H_
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"
#include "third_party/blink/renderer/core/buildflags.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/supplementable.h"
namespace blink {
class Document;
class Element;
class HTMLVideoElement;
class LocalDOMWindow;
class PictureInPictureWindow;
class TreeScope;
class CORE_EXPORT PictureInPictureController
: public GarbageCollected<PictureInPictureController>,
public Supplement<Document> { … };
}
#endif