blob: a08ca9bfcf048e32062658443c35d02c49907ebc [file] [log] [blame]
// Copyright 2018 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.
#ifndef SERVICES_VIZ_PRIVILEGED_INTERFACES_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_VIZ_PRIVILEGED_INTERFACES_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace viz {
namespace mojom {
namespace internal {
// The 560980270 value is based on sha256(salt + "DisplayPrivate1").
constexpr uint32_t kDisplayPrivate_SetDisplayVisible_Name = 560980270;
// The 1166946549 value is based on sha256(salt + "DisplayPrivate2").
constexpr uint32_t kDisplayPrivate_DisableSwapUntilResize_Name = 1166946549;
// The 1112694886 value is based on sha256(salt + "DisplayPrivate3").
constexpr uint32_t kDisplayPrivate_Resize_Name = 1112694886;
// The 1681394328 value is based on sha256(salt + "DisplayPrivate4").
constexpr uint32_t kDisplayPrivate_SetDisplayColorMatrix_Name = 1681394328;
// The 1045797415 value is based on sha256(salt + "DisplayPrivate5").
constexpr uint32_t kDisplayPrivate_SetDisplayColorSpace_Name = 1045797415;
// The 1654740171 value is based on sha256(salt + "DisplayPrivate6").
constexpr uint32_t kDisplayPrivate_SetOutputIsSecure_Name = 1654740171;
// The 76214344 value is based on sha256(salt + "DisplayPrivate7").
constexpr uint32_t kDisplayPrivate_SetDisplayVSyncParameters_Name = 76214344;
// The 879024428 value is based on sha256(salt + "DisplayPrivate8").
constexpr uint32_t kDisplayPrivate_ForceImmediateDrawAndSwapIfPossible_Name = 879024428;
// The 1596568169 value is based on sha256(salt + "DisplayPrivate9").
constexpr uint32_t kDisplayPrivate_AddVSyncParameterObserver_Name = 1596568169;
// The 33903731 value is based on sha256(salt + "DisplayPrivate10").
constexpr uint32_t kDisplayPrivate_SetDisplayTransformHint_Name = 33903731;
// The 182270331 value is based on sha256(salt + "DisplayClient1").
constexpr uint32_t kDisplayClient_CreateLayeredWindowUpdater_Name = 182270331;
} // namespace internal
} // namespace mojom
} // namespace viz
#endif // SERVICES_VIZ_PRIVILEGED_INTERFACES_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_