diff options
Diffstat (limited to 'content/common/gpu/gpu_watchdog.h')
-rw-r--r-- | content/common/gpu/gpu_watchdog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/gpu/gpu_watchdog.h b/content/common/gpu/gpu_watchdog.h index bc421ce..3f42513 100644 --- a/content/common/gpu/gpu_watchdog.h +++ b/content/common/gpu/gpu_watchdog.h @@ -5,6 +5,8 @@ #ifndef CONTENT_COMMON_GPU_GPU_WATCHDOG_H_ #define CONTENT_COMMON_GPU_GPU_WATCHDOG_H_ +namespace content { + // Interface for objects that monitor the a GPUProcessor's progress. The // GPUProcessor will regularly invoke CheckArmed. class GpuWatchdog { @@ -19,4 +21,6 @@ class GpuWatchdog { DISALLOW_COPY_AND_ASSIGN(GpuWatchdog); }; +} // namespace content + #endif // CONTENT_COMMON_GPU_GPU_WATCHDOG_H_ |