blob: fc2aad0939bf9b719bd63d2ef4146dfadbe21e77 [file] [log] [blame]
// Copyright 2021 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.
module gfx.mojom;
// This defines a mojo transport format for gfx::HDRStaticMetadata.
struct HDRStaticMetadata {
float max;
float max_avg;
float min;
};