// 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.
module gfx.mojom;
// This defines a mojo transport format for gfx::HDRStaticMetadata.
struct HDRStaticMetadata {
float max;
float max_avg;
float min;
uint8 supported_eotf_mask;
};