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

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

Issue 1249313004: Remove GPU relinquish resources infrastructure and stop GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use const ref 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.h
diff --git a/ui/ozone/platform/cast/gpu_platform_support_cast.h b/ui/ozone/platform/cast/gpu_platform_support_cast.h
index c23f89fff8e2dd1c84cc71a9ff4b7979eb3b476c..5994f84659c51743b7f0d238f162914f50f040e0 100644
--- a/ui/ozone/platform/cast/gpu_platform_support_cast.h
+++ b/ui/ozone/platform/cast/gpu_platform_support_cast.h
@@ -20,7 +20,6 @@ class GpuPlatformSupportCast : public GpuPlatformSupport {
// GpuPlatformSupport implementation:
void OnChannelEstablished(IPC::Sender* sender) override {}
bool OnMessageReceived(const IPC::Message& msg) override;
- void RelinquishGpuResources(const base::Closure& callback) override;
IPC::MessageFilter* GetMessageFilter() override;
private:

Powered by Google App Engine
This is Rietveld 408576698