// 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. #ifndef MEDIA_BASE_ANDROID_OVERLAY_CONFIG_H_ #define MEDIA_BASE_ANDROID_OVERLAY_CONFIG_H_ #include "base/functional/callback.h" #include "media/base/media_export.h" #include "ui/gfx/geometry/rect.h" namespace media { class AndroidOverlay; // Configuration used to create an overlay. struct MEDIA_EXPORT AndroidOverlayConfig { … }; // Common factory type. AndroidOverlayFactoryCB; } // namespace media #endif // MEDIA_BASE_ANDROID_OVERLAY_CONFIG_H_