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

Unified Diff: ash/content/gpu_support_impl.cc

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.h ('k') | ash/gpu_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content/gpu_support_impl.cc
diff --git a/ash/content/gpu_support_impl.cc b/ash/content/gpu_support_impl.cc
index ae3bb42090556a13aba82976e5afa455f8e80381..128de405ef1af04dd43d9eb32cba6b83aee2435d 100644
--- a/ash/content/gpu_support_impl.cc
+++ b/ash/content/gpu_support_impl.cc
@@ -18,9 +18,4 @@ bool GPUSupportImpl::IsPanelFittingDisabled() const {
gpu::GPU_FEATURE_TYPE_PANEL_FITTING);
}
-void GPUSupportImpl::GetGpuProcessHandles(
- const GetGpuProcessHandlesCallback& callback) const {
- content::GpuDataManager::GetInstance()->GetGpuProcessHandles(callback);
-}
-
} // namespace ash
« no previous file with comments | « ash/content/gpu_support_impl.h ('k') | ash/gpu_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698