| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index d5f55e9f32963a4b4e072425f5bb6ab8edff8893..fc163def57f0a573f6ed77b8052d601736903411 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -64,13 +64,13 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| CONTENT_EXPORT static GpuProcessHostUIShim* GetOneInstance();
|
|
|
| // IPC::Sender implementation.
|
| - virtual bool Send(IPC::Message* msg) OVERRIDE;
|
| + virtual bool Send(IPC::Message* msg) override;
|
|
|
| // IPC::Listener implementation.
|
| // The GpuProcessHost causes this to be called on the UI thread to
|
| // dispatch the incoming messages from the GPU process, which are
|
| // actually received on the IO thread.
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| CONTENT_EXPORT void SimulateRemoveAllContext();
|
| CONTENT_EXPORT void SimulateCrash();
|
|
|