#include "third_party/blink/renderer/modules/remoteplayback/html_media_element_remote_playback.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/dom_exception.h"
#include "third_party/blink/renderer/core/dom/qualified_name.h"
#include "third_party/blink/renderer/core/html/media/html_media_element.h"
#include "third_party/blink/renderer/modules/remoteplayback/remote_playback.h"
namespace blink {
bool HTMLMediaElementRemotePlayback::FastHasAttribute(
const HTMLMediaElement& element,
const QualifiedName& name) { … }
void HTMLMediaElementRemotePlayback::SetBooleanAttribute(
HTMLMediaElement& element,
const QualifiedName& name,
bool value) { … }
RemotePlayback* HTMLMediaElementRemotePlayback::remote(
HTMLMediaElement& element) { … }
}