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

Unified Diff: content/browser/gpu/gpu_process_host.h

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: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 7b25454b7e93a7f81bccf3933fd9914ca903f770..bd98b70c0212e387873314d736f00e191ea89f33 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -173,9 +173,6 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
bool Init();
- // Post an IPC message to the UI shim's message handler on the UI thread.
- void RouteOnUIThread(const IPC::Message& message);
-
// BrowserChildProcessHostDelegate implementation.
bool OnMessageReceived(const IPC::Message& message) override;
void OnChannelConnected(int32_t peer_pid) override;

Powered by Google App Engine
This is Rietveld 408576698