// services/viz/public/mojom/gpu.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_VIZ_PUBLIC_MOJOM_GPU_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_GPU_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace viz::mojom {
namespace messages {


enum class Gpu : uint32_t {
// The 2004312441 value is based on sha256(salt + "Gpu1").
  kEstablishGpuChannel = 2004312441,
// The 454279004 value is based on sha256(salt + "Gpu2").
  kCreateVideoEncodeAcceleratorProvider = 454279004,
};

}  // namespace messages

}  // viz::mojom

#endif  // SERVICES_VIZ_PUBLIC_MOJOM_GPU_MOJOM_SHARED_MESSAGE_IDS_H_