blob: cda1b182df1effbd9c1a1bebb7ef8c9b1134c07e [file] [log] [blame]
// Copyright 2019 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.
#include "chromecast/ui/aura_components.h"
#include "chromecast/ui/media_overlay_impl.h"
namespace chromecast {
AuraComponents::AuraComponents(CastWindowManager* cast_window_manager)
#if defined(ENABLE_MEDIA_OVERLAY)
: media_overlay_(std::make_unique<MediaOverlayImpl>(cast_window_manager))
#endif
{
}
AuraComponents::~AuraComponents() = default;
} // namespace chromecast