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

Unified Diff: gpu/ipc/service/gpu_watchdog.h

Issue 2286063003: gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. (Closed)
Patch Set: tot merge Created 4 years, 4 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
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | gpu/ipc/service/gpu_watchdog_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_watchdog.h
diff --git a/gpu/ipc/service/gpu_watchdog.h b/gpu/ipc/service/gpu_watchdog.h
deleted file mode 100644
index 41f173279d18cf44be6e5d415c1e4e233d863139..0000000000000000000000000000000000000000
--- a/gpu/ipc/service/gpu_watchdog.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2012 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_SERVICE_GPU_WATCHDOG_H_
-#define GPU_IPC_SERVICE_GPU_WATCHDOG_H_
-
-#include "base/macros.h"
-
-namespace gpu {
-
-// Interface for objects that monitor the a GPUProcessor's progress. The
-// GPUProcessor will regularly invoke CheckArmed.
-class GpuWatchdog {
- public:
- virtual void CheckArmed() = 0;
-
- protected:
- GpuWatchdog() {}
- virtual ~GpuWatchdog() {};
-
- private:
- DISALLOW_COPY_AND_ASSIGN(GpuWatchdog);
-};
-
-} // namespace gpu
-
-#endif // GPU_IPC_SERVICE_GPU_WATCHDOG_H_
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | gpu/ipc/service/gpu_watchdog_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698