Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: gpu/ipc/common/gpu_memory_uma_stats.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/ipc/common/gpu_memory_uma_stats.h
diff --git a/content/common/gpu/gpu_memory_uma_stats.h b/gpu/ipc/common/gpu_memory_uma_stats.h
similarity index 82%
rename from content/common/gpu/gpu_memory_uma_stats.h
rename to gpu/ipc/common/gpu_memory_uma_stats.h
index 6f58d763afd011c98ec7209d2536f71e82cca984..31281848d11f0959679d644ea3e35805e39843bf 100644
--- a/content/common/gpu/gpu_memory_uma_stats.h
+++ b/gpu/ipc/common/gpu_memory_uma_stats.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_GPU_GPU_MEMORY_UMA_STATS_H_
-#define CONTENT_COMMON_GPU_GPU_MEMORY_UMA_STATS_H_
+#ifndef GPU_IPC_COMMON_GPU_MEMORY_UMA_STATS_H_
+#define GPU_IPC_COMMON_GPU_MEMORY_UMA_STATS_H_
#include <stddef.h>
#include <stdint.h>
@@ -18,8 +18,7 @@ struct GPUMemoryUmaStats {
GPUMemoryUmaStats()
: bytes_allocated_current(0),
bytes_allocated_max(0),
- context_group_count(0) {
- }
+ context_group_count(0) {}
// The number of bytes currently allocated.
uint64_t bytes_allocated_current;
@@ -33,4 +32,4 @@ struct GPUMemoryUmaStats {
} // namespace content
-#endif // CONTENT_COMMON_GPU_GPU_MEMORY_UMA_STATS_H_
+#endif // GPU_IPC_COMMON_GPU_MEMORY_UMA_STATS_H_

Powered by Google App Engine
This is Rietveld 408576698