chromium/gpu/ipc/common/memory_stats_mojom_traits.h

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

#ifndef GPU_IPC_COMMON_MEMORY_STATS_MOJOM_TRAITS_H_
#define GPU_IPC_COMMON_MEMORY_STATS_MOJOM_TRAITS_H_

#include "build/build_config.h"
#include "gpu/gpu_export.h"
#include "gpu/ipc/common/memory_stats.h"
#include "gpu/ipc/common/memory_stats.mojom-shared.h"

namespace mojo {

template <>
struct GPU_EXPORT StructTraits<gpu::mojom::VideoMemoryProcessStatsDataView,
                               gpu::VideoMemoryUsageStats::ProcessStats> {};

template <>
struct GPU_EXPORT StructTraits<gpu::mojom::VideoMemoryUsageStatsDataView,
                               gpu::VideoMemoryUsageStats> {};

}  // namespace mojo

#endif  // GPU_IPC_COMMON_MEMORY_STATS_MOJOM_TRAITS_H_