diff options
Diffstat (limited to 'content/common/gpu/gpu_memory_tracking.h')
-rw-r--r-- | content/common/gpu/gpu_memory_tracking.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/gpu/gpu_memory_tracking.h b/content/common/gpu/gpu_memory_tracking.h index c20ad85..c8c7148 100644 --- a/content/common/gpu/gpu_memory_tracking.h +++ b/content/common/gpu/gpu_memory_tracking.h @@ -10,6 +10,8 @@ #include "base/basictypes.h" #include "content/common/gpu/gpu_memory_manager.h" +namespace content { + // All decoders in a context group point to a single GpuMemoryTrackingGroup, // which tracks GPU resource consumption for the entire context group. class GpuMemoryTrackingGroup { @@ -48,6 +50,8 @@ class GpuMemoryTrackingGroup { GpuMemoryManager* memory_manager_; }; +} // namespace content + #endif #endif // CONTENT_COMMON_GPU_GPU_MEMORY_TRACKING_H_ |