// Copyright 2021 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_VIDEO_ASPECT_RATIO_H_ #define MEDIA_BASE_VIDEO_ASPECT_RATIO_H_ #include <stdint.h> #include "media/base/media_export.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" namespace mojo { template <typename DataViewType, typename T> struct StructTraits; } // namespace mojo namespace media { namespace mojom { class VideoAspectRatioDataView; } // namespace mojom class MEDIA_EXPORT VideoAspectRatio { … }; } // namespace media #endif // MEDIA_BASE_VIDEO_ASPECT_RATIO_H_