blob: dd4acaf000a6792e287b56e3ca96e4c790b4f887 [file] [log] [blame]
// 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;
};