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

Unified Diff: ui/ozone/public/gpu_platform_support_host.cc

Issue 2820463002: gpu: Completely remove GpuProcessHostUIShim. (Closed)
Patch Set: fix device crash 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
Index: ui/ozone/public/gpu_platform_support_host.cc
diff --git a/ui/ozone/public/gpu_platform_support_host.cc b/ui/ozone/public/gpu_platform_support_host.cc
index 51303018d37f54cf3aeb65991db5064c5452fbc5..2931561d53aac8aae3b317eb6cf742cd0e5dac4d 100644
--- a/ui/ozone/public/gpu_platform_support_host.cc
+++ b/ui/ozone/public/gpu_platform_support_host.cc
@@ -20,9 +20,8 @@ class StubGpuPlatformSupportHost : public GpuPlatformSupportHost {
scoped_refptr<base::SingleThreadTaskRunner> send_runner,
const base::Callback<void(IPC::Message*)>& send_callback) override {}
- void OnChannelEstablished() override {}
-
void OnChannelDestroyed(int host_id) override {}
+ void BindToCurrentThread() override {}
bool OnMessageReceived(const IPC::Message&) override { return false; }
};

Powered by Google App Engine
This is Rietveld 408576698