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

Unified Diff: ash/gpu_support.h

Issue 2810593003: gpu: Some cleanups. (Closed)
Patch Set: . Created 3 years, 8 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 | « ash/content/gpu_support_impl.cc ('k') | ash/gpu_support_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/gpu_support.h
diff --git a/ash/gpu_support.h b/ash/gpu_support.h
index 9acda9cb0b30dcf4a42961e7c5c6fd250fbe29b9..ce371e49a85a01943f7d868cee6a681b1b2d19b5 100644
--- a/ash/gpu_support.h
+++ b/ash/gpu_support.h
@@ -17,15 +17,9 @@ namespace ash {
// configurations that permit a dependency on content.
class ASH_EXPORT GPUSupport {
public:
- typedef base::Callback<void(const std::list<base::ProcessHandle>&)>
- GetGpuProcessHandlesCallback;
-
virtual ~GPUSupport() {}
virtual bool IsPanelFittingDisabled() const = 0;
-
- virtual void GetGpuProcessHandles(
- const GetGpuProcessHandlesCallback& callback) const = 0;
};
} // namespace ash
« no previous file with comments | « ash/content/gpu_support_impl.cc ('k') | ash/gpu_support_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698