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

Unified Diff: ui/ozone/public/gpu_platform_support.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
« no previous file with comments | « ui/ozone/public/gpu_platform_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/gpu_platform_support.cc
diff --git a/ui/ozone/public/gpu_platform_support.cc b/ui/ozone/public/gpu_platform_support.cc
index 0f3e8a1f7f9e960e2d2192c1bd3f3c41069b8866..ec6157ea446087178dda7d13e94c71d208873e53 100644
--- a/ui/ozone/public/gpu_platform_support.cc
+++ b/ui/ozone/public/gpu_platform_support.cc
@@ -17,15 +17,9 @@ class StubGpuPlatformSupport : public GpuPlatformSupport {
// GpuPlatformSupport:
void OnChannelEstablished(IPC::Sender* sender) override {}
bool OnMessageReceived(const IPC::Message&) override { return false; }
- void RelinquishGpuResources(const base::Closure& callback) override;
IPC::MessageFilter* GetMessageFilter() override { return nullptr; }
};
-void StubGpuPlatformSupport::RelinquishGpuResources(
- const base::Closure& callback) {
- callback.Run();
-}
-
} // namespace
GpuPlatformSupport::GpuPlatformSupport() {
« no previous file with comments | « ui/ozone/public/gpu_platform_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698