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

Unified Diff: ui/ozone/platform/cast/gpu_platform_support_cast.cc

Issue 1249313004: Remove GPU relinquish resources infrastructure and stop GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove gpu_crash_recorded_. Created 5 years, 5 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
Index: ui/ozone/platform/cast/gpu_platform_support_cast.cc
diff --git a/ui/ozone/platform/cast/gpu_platform_support_cast.cc b/ui/ozone/platform/cast/gpu_platform_support_cast.cc
index 5dfaf4a6f4e553e08f57dd2275446def739d5b5e..d434f02de55b50d0fb4db4b1415ed116318966d6 100644
--- a/ui/ozone/platform/cast/gpu_platform_support_cast.cc
+++ b/ui/ozone/platform/cast/gpu_platform_support_cast.cc
@@ -12,11 +12,6 @@ bool GpuPlatformSupportCast::OnMessageReceived(const IPC::Message& msg) {
return false;
}
-void GpuPlatformSupportCast::RelinquishGpuResources(
- const base::Closure& callback) {
- parent_->SetToRelinquishDisplay(callback);
-}
-
IPC::MessageFilter* GpuPlatformSupportCast::GetMessageFilter() {
return nullptr;
}
« no previous file with comments | « ui/ozone/platform/cast/gpu_platform_support_cast.h ('k') | ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698