20 lines
508 B
C++
Executable File
20 lines
508 B
C++
Executable File
// 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 GPU_IPC_COMMON_CAPABILITIES_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
#define GPU_IPC_COMMON_CAPABILITIES_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
|
|
#include <stdint.h>
|
|
namespace gpu {
|
|
namespace mojom {
|
|
|
|
namespace internal {
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace mojom
|
|
} // namespace gpu
|
|
|
|
#endif // GPU_IPC_COMMON_CAPABILITIES_MOJOM_SHARED_MESSAGE_IDS_H_
|