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

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

Issue 2820463002: gpu: Completely remove GpuProcessHostUIShim. (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 | « ui/ozone/public/gpu_platform_support_host.h ('k') | ui/ozone/public/ozone_gpu_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a79c7b6a661e1e68f75a23f71d382eee656e595f 100644
--- a/ui/ozone/public/gpu_platform_support_host.cc
+++ b/ui/ozone/public/gpu_platform_support_host.cc
@@ -17,11 +17,10 @@ class StubGpuPlatformSupportHost : public GpuPlatformSupportHost {
// GpuPlatformSupportHost:
void OnGpuProcessLaunched(
int host_id,
+ scoped_refptr<base::SingleThreadTaskRunner> ui_runner,
scoped_refptr<base::SingleThreadTaskRunner> send_runner,
const base::Callback<void(IPC::Message*)>& send_callback) override {}
- void OnChannelEstablished() override {}
-
void OnChannelDestroyed(int host_id) override {}
bool OnMessageReceived(const IPC::Message&) override { return false; }
};
« no previous file with comments | « ui/ozone/public/gpu_platform_support_host.h ('k') | ui/ozone/public/ozone_gpu_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698