chromium/third_party/blink/renderer/modules/media_controls/media_controls_resource_loader.cc

// Copyright 2017 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/modules/media_controls/media_controls_resource_loader.h"

#include "build/build_config.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/modules/media_controls/resources/grit/media_controls_resources.h"
#include "third_party/blink/renderer/platform/data_resource_helper.h"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace {

bool ShouldLoadAndroidCSS() {}

}  // namespace

namespace blink {

MediaControlsResourceLoader::MediaControlsResourceLoader()
    :{}

MediaControlsResourceLoader::~MediaControlsResourceLoader() = default;

String MediaControlsResourceLoader::GetMediaControlsCSS() const {}

String MediaControlsResourceLoader::GetMediaControlsAndroidCSS() const {}

// static
String MediaControlsResourceLoader::GetShadowLoadingStyleSheet() {}

// static
String MediaControlsResourceLoader::GetJumpSVGImage() {}

// static
String MediaControlsResourceLoader::GetArrowRightSVGImage() {}

// static
String MediaControlsResourceLoader::GetArrowLeftSVGImage() {}

// static
String MediaControlsResourceLoader::GetScrubbingMessageStyleSheet() {}

// static
String MediaControlsResourceLoader::GetAnimatedArrowStyleSheet() {}

// static
String MediaControlsResourceLoader::GetMediaInterstitialsStyleSheet() {}

String MediaControlsResourceLoader::GetUAStyleSheet() {}

void MediaControlsResourceLoader::InjectMediaControlsUAStyleSheet() {}

}  // namespace blink