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 b7d625bb9febcad05afcd8bd00acc0c9782ba176..5a717e3e3f05f114e99efb9181e8b664c6698b1b 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -157,6 +157,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate, |
void RouteOnUIThread(const IPC::Message& message); |
// BrowserChildProcessHostDelegate implementation. |
+ bool ShouldUseMojoChannel() override; |
bool OnMessageReceived(const IPC::Message& message) override; |
void OnChannelConnected(int32 peer_pid) override; |
void OnProcessLaunched() override; |